You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arg d is DataType::Timestamp(TimeUnit::Millisecond, Some("+08:00")), but the DataType of the return ScalarValue is DataType::Timestamp(TimeUnit::Millisecond, None), which loses the tz Some("+08:00").
To Reproduce
Expected behavior
The DataType of the return ScalarValue is DataType::Timestamp(TimeUnit::Millisecond, Some("+08:00"))
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
make_primitive_scalar function loses DataType Internal information.
Example:
Arg
d
isDataType::Timestamp(TimeUnit::Millisecond, Some("+08:00"))
, but the DataType of the return ScalarValue isDataType::Timestamp(TimeUnit::Millisecond, None)
, which loses the tzSome("+08:00")
.To Reproduce
Expected behavior
The DataType of the return ScalarValue is
DataType::Timestamp(TimeUnit::Millisecond, Some("+08:00"))
Additional context
The text was updated successfully, but these errors were encountered: