steveloughran commented on issue #15353:
URL: https://github.com/apache/iceberg/issues/15353#issuecomment-3926581283

   Not going to be able measure this in tests unless some go into iceberg-aws, 
which would make for a much bigger PR.
   
   The other tunings would be
   * class AdaptingIterator to implement CloseableIterator and pass down the 
close() call if the inner iterator asks for it. This is because s3a lists 
prefetch; a close() cancels the operation.
   * look at createFile for file creation and what operations are good there.


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