rdblue commented on code in PR #4831:
URL: https://github.com/apache/iceberg/pull/4831#discussion_r884952674


##########
spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java:
##########
@@ -112,7 +109,17 @@ public static Object[][] parameters() {
             ),
             "avro",
             false,
-            WRITE_DISTRIBUTION_MODE_RANGE
+            WRITE_DISTRIBUTION_MODE_RANGE,
+            false
+        },
+        { "testhadoop", SparkCatalog.class.getName(),
+            ImmutableMap.of(
+                "type", "hadoop"
+            ),
+            "parquet",
+            RANDOM.nextBoolean(),
+            WRITE_DISTRIBUTION_MODE_HASH,
+            true

Review Comment:
   I think it's fine to have some tests with the row level operations. What I 
was pointing out is that we can add bloom filters to the existing tests. 
There's no need to execute the entire suite an additional time.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to