ajantha-bhat commented on a change in pull request #3685:
URL: https://github.com/apache/iceberg/pull/3685#discussion_r764582886



##########
File path: 
spark/v2.4/spark/src/main/java/org/apache/iceberg/spark/actions/BaseSparkActions.java
##########
@@ -44,6 +44,11 @@ public DeleteOrphanFiles deleteOrphanFiles(Table table) {
     return new BaseDeleteOrphanFilesSparkAction(spark, table);
   }
 
+  @Override
+  public RewriteDataFiles rewriteDataFiles(Table table) {
+    return new BaseRewriteDataFilesSparkAction(spark, table);

Review comment:
       But we don't have `SparkDistributionAndOrderingUtil`.
   
   I am confused now. We need to bring back deprecated action for this or block 
rewrite data files for spark 2.4 or fix it by bringing 
SparkDistributionAndOrderingUtil and other classes form spark3 [not sure if it 
works]




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