steveloughran opened a new issue #2124: URL: https://github.com/apache/iceberg/issues/2124
By moving HadoopCatalog onto `listStatusIterator()` list API calls, filesystem clients which do paged listings (hdfs, webhdfs, s3a, and soon abfs) can mix prefetching of the next page of results while HadoopCatalog examines the current entries. This makes a difference on object stores. (Not that you should be using HadoopCatalog on S3; ABFS is a different matter) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
