SanjayMarreddi commented on code in PR #13348: URL: https://github.com/apache/iceberg/pull/13348#discussion_r2157260454
########## aws/src/integration/java/org/apache/iceberg/aws/s3/TestS3FileIO.java: ########## @@ -397,6 +405,9 @@ public void testReadMissingLocation() { @Test public void testMissingTableMetadata() { + skipIfAnalyticsAcceleratorEnabled( + new S3FileIOProperties(properties), + "Analytics Accelerator Library does not support custom Iceberg exception: NotFoundException"); Review Comment: Yes, this should be a change in StreamWrapper class rather than AAL side -- 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