kbendick commented on a change in pull request #2911:
URL: https://github.com/apache/iceberg/pull/2911#discussion_r681223551



##########
File path: 
spark3-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java
##########
@@ -59,8 +59,8 @@
 public abstract class TestDelete extends SparkRowLevelOperationsTestBase {
 
   public TestDelete(String catalogName, String implementation, Map<String, 
String> config,
-                    String fileFormat, Boolean vectorized) {
-    super(catalogName, implementation, config, fileFormat, vectorized);
+                    String fileFormat, Boolean vectorized, String 
distributionMode) {
+    super(catalogName, implementation, config, fileFormat, vectorized, 
distributionMode);

Review comment:
       Ah I see only a few small places were updated. You can resolve this at 
your leisure. PR looked bigger than it really is at first glance 😅 




-- 
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]

Reply via email to