manuzhang commented on code in PR #9551:
URL: https://github.com/apache/iceberg/pull/9551#discussion_r1468992361
##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java:
##########
@@ -166,6 +166,28 @@ public static Object[][] parameters() {
false,
"test",
DISTRIBUTED
+ },
+ {
+ "spark_catalog",
Review Comment:
Yet we still haven't covered all file formats and other combinations of
configurations (e.g. `cache-enabled`). In this test, `SparkSessionCatalog` is
skipped due to its `avro` file format. I happened to find this test could fail
due to table not being refreshed if not skipped.
Maybe there is a better way to cover more cases?
--
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]