Add Float16/Half-float logical type to Parquet #4986
Labels
enhancement
Any new improvement worthy of a entry in the changelog
help wanted
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There is a proposal for an addition of Logical Float-16 (with Fixed Length Byte Array physical typed) to the Parquet Format: apache/parquet-format#184.
The vote has passed. Close to completion are a Java implementation, C++ implementation, and a Go.
Describe the solution you'd like
Float-16 is supported in arrow-rs, and it would be great to expand that support to Rust Parquet.
The text was updated successfully, but these errors were encountered: