stubz151 commented on code in PR #13348: URL: https://github.com/apache/iceberg/pull/13348#discussion_r2156490197
########## aws/src/integration/java/org/apache/iceberg/aws/s3/S3TestUtil.java: ########## @@ -29,4 +36,25 @@ public static String getBucketFromUri(String s3Uri) { public static String getKeyFromUri(String s3Uri) { return new S3URI(s3Uri).key(); } + + /** + * Assume that a condition is met. If not: log at WARN and then throw an {@link + * AssumptionViolatedException}. + */ + public static void assume(String message, boolean condition) { Review Comment: I don't think this method does much maybe just add this logic it to skipIfAnalyticsAcceleratorEnabled? -- 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