rdblue commented on a change in pull request #2166:
URL: https://github.com/apache/iceberg/pull/2166#discussion_r565727989



##########
File path: spark3/src/main/java/org/apache/iceberg/spark/Spark3Util.java
##########
@@ -320,7 +320,7 @@ public static Distribution 
buildRequiredDistribution(org.apache.iceberg.Table ta
     }
   }
 
-  private static DistributionMode getDistributionMode(org.apache.iceberg.Table 
table) {
+  public static DistributionMode getDistributionMode(org.apache.iceberg.Table 
table) {

Review comment:
       Minor: If this is going to be public, we should fix the name. `get` 
doesn't add any value. How about `distributionModeFor` instead?




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

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