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
Bug I noticed whilst reviewing #3835 and looking at what the CSV reader is doing.
In particular it collects into a PrimitiveArray<T> which will set the data type to be ArrowPrimitiveType::DATA_TYPE, which will have a timezone of None.
In addition it does not contain the necessary logic to correctly interpret timezones, as this was only added in #3795
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Bug I noticed whilst reviewing #3835 and looking at what the CSV reader is doing.
In particular it collects into a
PrimitiveArray<T>
which will set the data type to beArrowPrimitiveType::DATA_TYPE
, which will have a timezone ofNone
.In addition it does not contain the necessary logic to correctly interpret timezones, as this was only added in #3795
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: