eric-maynard opened a new pull request, #13290:
URL: https://github.com/apache/iceberg/pull/13290

   In #11371, it's reported that newer [Parquet 
encodings](https://parquet.apache.org/docs/file-format/data-pages/encodings/) 
like DELTA_BINARY_PACKED don't work with the current Parquet readers.
   
   This refactor introduces a new interface `VectorizedValuesReader` and 
changes readers like `TimestampMillisReader` to work with this new type. After 
this change, new implementations of `VectorizedValuesReader` can be added to 
support encodings like DELTA_BINARY_PACKED.
   
   <hr>
   
   This PR is a revival of @wgtmac's #9772, which based on our conversion he 
will not be able to continue work on. Thanks for the great work, @wgtmac.


-- 
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-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to