You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "benibus (via GitHub)" <gi...@apache.org> on 2023/06/12 05:55:25 UTC

[GitHub] [arrow] benibus opened a new issue, #36036: [C++][Parquet] Implement Float16 logical type

benibus opened a new issue, #36036:
URL: https://github.com/apache/arrow/issues/36036

   ### Describe the enhancement requested
   
   There's currently an active proposal to add a half-float logical type to the Parquet spec here: https://github.com/apache/parquet-format/pull/184. Following the discussion in the PR/issue, the general consensus was that we should go ahead and implement support for the type before moving forward with a vote.
   
   To summarize, this would currently entail adding a float16 logical type (based on a 2-byte fixed-size binary physical type) and implementing read/write support. We also want to ensure that its ordering requirements are consistent with the native floating point types, min/max values are properly handled in `Statistics`, etc.
   
   ### Component(s)
   
   C++, Parquet


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [C++][Parquet] Implement Float16 logical type [arrow]

Posted by "pitrou (via GitHub)" <gi...@apache.org>.
pitrou closed issue #36036: [C++][Parquet] Implement Float16 logical type
URL: https://github.com/apache/arrow/issues/36036


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org