aokolnychyi commented on a change in pull request #3461:
URL: https://github.com/apache/iceberg/pull/3461#discussion_r742216832



##########
File path: 
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/Spark3Util.java
##########
@@ -302,74 +293,39 @@ public Transform unknown(int fieldId, String sourceName, 
int sourceId, String tr
     return 
transforms.stream().filter(Objects::nonNull).toArray(Transform[]::new);
   }
 
-  public static Distribution 
buildRequiredDistribution(org.apache.iceberg.Table table) {

Review comment:
       I moved the distribution and order specific logic into a separate class 
as we will also handle copy-on-write and merge-on-read scenarios.




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