SanjayMarreddi opened a new pull request, #13347: URL: https://github.com/apache/iceberg/pull/13347
**Context** We have integrated [analytics-accelerator-s3](https://github.com/awslabs/analytics-accelerator-s3) into Iceberg in PR #12299. Currently, Iceberg customers need to enable the `s3.analytics-accelerator.enabled` flag in `S3FileIOProperties` to use the library. We plan to make this feature enabled by default in the future and have begun addressing the feature gaps between our current Analytics Accelerator Library (AAL) stream and the existing `S3InputStream`. This PR marks the beginning of our work toward default integration. **Description of PR** This PR modifies the existing integration tests to ensure compatibility when AAL is enabled by default. It incorporates all necessary async client setup code and skips integration tests that would currently fail if AAL is enabled in local setups. These skipped tests represent the feature gaps we are actively working to resolve. **Testing** All integration tests function properly with AAL disabled (current default behavior) and also work when AAL is enabled (with the exception of a few skipped tests). -- 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