nastra commented on code in PR #11538:
URL: https://github.com/apache/iceberg/pull/11538#discussion_r1841683046
##########
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkReaderDeletes.java:
##########
@@ -99,16 +100,21 @@ public class TestSparkReaderDeletes extends
DeleteReadTests {
protected static SparkSession spark = null;
protected static HiveCatalog catalog = null;
- @Parameter(index = 1)
+ @Parameter(index = 2)
private boolean vectorized;
- @Parameters(name = "format = {0}, vectorized = {1}")
+ @Parameter(index = 3)
+ private PlanningMode planningMode;
+
+ @Parameters(name = "format = {0}, formatVersion = {1}, vectorized = {2},
planningMode = {3}")
Review Comment:
yep makes sense, 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]