Canner/wren-engine

Handle null value for Timestamp in DuckDB Connector

goldmedal opened this issue · 0 comments

Description

return ((Timestamp) value).toLocalDateTime();

It will throw a null exception if the value is null.