Inserting pyarrow.date32 fails #534
mauropagano
started this conversation in
General
Replies: 1 comment 1 reply
-
Yes, this is not supported today. That could be fixed, though! Feel free to turn this into an enhancement request. :-) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Submitting this as a discussion because I thought this worked, but I might be remembering incorrectly
Trying to ingest an Arrow table with a
date32
column fails, which is unfortunate since lots of date without time component are read asdate32
by Arrow.Example below
Beta Was this translation helpful? Give feedback.
All reactions