-
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
[C++] Support float16 in writing/reading parquet #32728
Comments
Antoine Pitrou / @pitrou: |
Anja Boskovic / @anjakefala: I am new to this community; how do you suggest I propose standardising the logical type in the Parquet spec? Do I open an issue in the Parquet Jira? |
Antoine Pitrou / @pitrou: Also, AFAIK format additions are discussed on the parquet dev mailing-list (see e.g. an unrelated proposal I did so in https://lists.apache.org/thread/l15qq12v38w9jnkd6p9mdd11kr0nq3gr). |
Anja Boskovic / @anjakefala: Thanks! |
Anja Boskovic / @anjakefala: |
Anja Boskovic / @anjakefala: |
Rok Mihevc / @rok: |
Antoine Pitrou / @pitrou: |
Apache Arrow JIRA Bot: |
Anja Boskovic / @anjakefala: |
The Parquet spec updated is ready for discussion. The next step is to have Java and C++ implementations for float16 ready. |
Closed with #37582 the above example works with pyarrow 15.0.0 . |
Half-float values are not supported in Parquet. Here is a previous issue that talks about that: https://issues.apache.org/jira/browse/PARQUET-1647
So, this will not work:
This is a proposal to store float16 values in Parquet as FixedSizeBinary, and then restore them to float16 when reading them back in.
Reporter: Anja Boskovic / @anjakefala
Watchers: Rok Mihevc / @rok
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-17464. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: