stubz151 opened a new issue, #13254:
URL: https://github.com/apache/iceberg/issues/13254

   ### Feature Request / Improvement
   
   Spark 4.0 introduces vectorized Parquet reading as the [default 
behavior](https://github.com/apache/parquet-java/pull/3155/files).
   
   Currently the interfaces for Iceberg's Seekable Streams don't implement this 
behaviour.
   This is fine because S3FileIO currently isn't setup to support Parquet's 
vectorized reader and the S3 client it makes use of doesn't perform well with 
parallel reads due to it not having coalescing, splitting, bounding logic . 
However the [Analytics Accelerator for 
S3](https://github.com/awslabs/analytics-accelerator-s3/pull/270) does support 
this and can benefit from vectorized reads.
   
   This issue is to add the necessary constructs and pass them through to AAL 
and the Parquet Reader.
   
   ### Query engine
   
   Spark
   
   ### Willingness to contribute
   
   - [x] I can contribute this improvement/feature independently
   - [x] I would be willing to contribute this improvement/feature with 
guidance from the Iceberg community
   - [ ] I cannot contribute this improvement/feature at this time


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