nastra commented on code in PR #11561:
URL: https://github.com/apache/iceberg/pull/11561#discussion_r1851486037


##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java:
##########
@@ -397,4 +450,9 @@ protected void assertAllBatchScansVectorized(SparkPlan 
plan) {
     List<SparkPlan> batchScans = SparkPlanUtil.collectBatchScans(plan);
     
assertThat(batchScans).hasSizeGreaterThan(0).allMatch(SparkPlan::supportsColumnar);
   }
+
+  protected int formatVersion(Table table) {

Review Comment:
   I don't think this is necessary anymore



-- 
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

Reply via email to