stubz151 opened a new pull request, #13997:
URL: https://github.com/apache/iceberg/pull/13997

   ### What Am I doing
   Adding a read vector implementation to the range readable interface. To do 
this I'm adding the methods to check if it's enabled and proving an interface 
which one can implement.
   
   ### Changes
   * added read vector to the ranged readable interface
   * added config values for it and passed it down to the hadoop parquet library
   * added a mapper in parquet io that can turn our range readable + seekable 
streams into a parquet seekable stream.
   
   ### testing
   Tested with the AAL implementation and it is passed correctly with flag
   --conf "spark.sql.iceberg.read.vector.enabled=true" \
   
   ### Notes
   Kept the AAL changes seperate to not bloat this PR but can include them we 
want to see a functional implementation of this.
   


-- 
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]

Reply via email to