-
Notifications
You must be signed in to change notification settings - Fork 269
Add support for pyarrow DurationType #1900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@0x26res Thanks for raising this issue. From what I understand, a |
I guess in python a In pyarrow, there isn't this constraint. You can create a The spec on the
I guess we can either:
|
This was just formally proposed to the dev mailing list via https://docs.google.com/document/d/12ghQxWxyAhSQeZyy0IWiwJ02gTqFOgfYm8x851HZFLk/edit?tab=t.0#heading=h.rt0cvesdzsj7 I think wise to wait for this to be officially implemented before attempting to stick it into the |
Feature Request / Improvement
Currently a pa.Schema with a pa.DurationType can't be converted to an iceberg schema.
I think it should be treated the same way as a
pa.Time64Type
and be mapped to atime
type in iceberg.The text was updated successfully, but these errors were encountered: