aokolnychyi commented on code in PR #8660: URL: https://github.com/apache/iceberg/pull/8660#discussion_r1337881666
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java: ########## @@ -177,12 +177,19 @@ public void testCoalesceDelete() throws Exception { // enable AQE and set the advisory partition size big enough to trigger combining // set the number of shuffle partitions to 200 to distribute the work across reducers + // set the advisory partition size for shuffles small enough to ensure writes override it withSQLConf( ImmutableMap.of( - SQLConf.SHUFFLE_PARTITIONS().key(), "200", Review Comment: This isn't me, it is Spotless. -- 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