huaxingao commented on code in PR #4831:
URL: https://github.com/apache/iceberg/pull/4831#discussion_r885081706
##########
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 see. Thanks for the clarification. Instead of executing the entire suite,
is it OK to add a new (but small) test suite to test bloom filter for copy on
write or merge on read? I didn't find any existing copy on write/merge on read
tests with filters.
--
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]