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
Is it currently possible to read data in as a DateTime? If not, what would need to be done for this to be added?
(Sort of partner to #108, although i don't know how related reader and writer support are).
Current behaviour seems to be to read datetimes in as Int64 values.
i’ve tried to use the map_logical_types keyword, for example Dict(["datetime_utc"] => (DateTime, Parquet.logical_timestamp)), but this errors with ERROR: unsupported storage type 2 for DateTime.
The text was updated successfully, but these errors were encountered:
Is it currently possible to read data in as a
DateTime
? If not, what would need to be done for this to be added?(Sort of partner to #108, although i don't know how related reader and writer support are).
Current behaviour seems to be to read datetimes in as
Int64
values.For example, generating some data in Python:
and then reading it in Julia
i’ve tried to use the
map_logical_types
keyword, for exampleDict(["datetime_utc"] => (DateTime, Parquet.logical_timestamp))
, but this errors withERROR: unsupported storage type 2 for DateTime
.The text was updated successfully, but these errors were encountered: