RussellSpitzer commented on code in PR #13310: URL: https://github.com/apache/iceberg/pull/13310#discussion_r2175791136
########## spark/v4.0/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java: ########## @@ -177,7 +177,19 @@ public static Object[][] parameters() { SparkCatalog.class.getName(), ImmutableMap.of("type", "hadoop"), FileFormat.PARQUET, - RANDOM.nextBoolean(), + true, Review Comment: I would pull this out into a precursor pr, makes sense though, not sure why we made this random before -- 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