IzzelAliz opened a new pull request, #11690: URL: https://github.com/apache/iceberg/pull/11690
The s3a filesystem implementation of `exists` calls are headobject and listobjects, where listobjects do not scale well in some self hosted s3 implementations (minio). This PR replace `exists` calls with `isFile` which is implemented as headobject only in s3a filesystem. -- 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