eric-maynard opened a new pull request, #13391: URL: https://github.com/apache/iceberg/pull/13391
This adds support for the DELTA_BINARY_PACKED [Parquet encoding](https://parquet.apache.org/docs/file-format/data-pages/encodings/). The logic is taken from Spark's [VectorizedDeltaBinaryPackedReader](https://github.com/apache/spark/blob/branch-4.0/sql/core/src/main/java/org/apache/spark/sql/execution/datasources/parquet/VectorizedDeltaBinaryPackedReader.java) with adjustments made for compatibility with our existing Parquet reader. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
