Skip to content
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

Closed
KDra opened this issue Oct 3, 2018 · 6 comments
Closed

Issue: halffloat implementation in pyarrow parquet #2691

KDra opened this issue Oct 3, 2018 · 6 comments

Comments

@KDra
Copy link

KDra commented Oct 3, 2018

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

@wesm
Copy link
Member

wesm commented Oct 3, 2018

hi @KDra -- float16 is not part of the Parquet spec. We could coerce float16 to float32 on write, though. Please open a feature request

@wesm
Copy link
Member

wesm commented Jan 27, 2019

@wesm wesm closed this as completed Jan 27, 2019
@Santosh-Gupta
Copy link

Any update on this?

@wesm
Copy link
Member

wesm commented May 27, 2019

See the JIRA link, it is still open/unresolved

@manifoldhiker
Copy link

It would be nice if parquet had float16 support.

@apache apache locked and limited conversation to collaborators May 7, 2020
@wesm
Copy link
Member

wesm commented May 7, 2020

Please refer to the JIRA issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants