coolderli commented on a change in pull request #2911:
URL: https://github.com/apache/iceberg/pull/2911#discussion_r685725322
##########
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:
I think this is useful. I have updated.
--
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]