-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Issue: halffloat implementation in pyarrow parquet #2691
Comments
hi @KDra -- float16 is not part of the Parquet spec. We could coerce float16 to float32 on write, though. Please open a feature request |
Any update on this? |
See the JIRA link, it is still open/unresolved |
It would be nice if parquet had float16 support. |
Please refer to the JIRA issue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am currently using pyarrow to store pandas datasets. Due to the very large amount of data it would be useful to use a lower precision for floats. I saw that it is implemented in the parquet standard but not currently available in pyarrow, since I get the following error:
ArrowNotImplementedError: Unhandled type for Arrow to Parquet schema conversion: halffloat
The text was updated successfully, but these errors were encountered: