kbendick commented on a change in pull request #2911:
URL: https://github.com/apache/iceberg/pull/2911#discussion_r685717455
##########
File path:
spark3-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java
##########
@@ -85,7 +92,8 @@ public SparkRowLevelOperationsTestBase(String catalogName,
String implementation
"cache-enabled", "false" // Spark will delete tables using v1,
leaving the cache out of sync
),
"avro",
- false
+ false,
+ "range"
Review comment:
Can you please import and use the named constants for the distribution
modes? That way if anybody goes to update things, their IDE will be able to
help guide them to the right location.
--
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]