vvysotskyi commented on a change in pull request #2020: DRILL-7634: Rollup of
code cleanup changes
URL: https://github.com/apache/drill/pull/2020#discussion_r390844001
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/DrillDistributionTrait.java
##########
@@ -27,6 +27,16 @@
public class DrillDistributionTrait implements RelTrait {
+ public enum DistributionType {
Review comment:
This class contains also inner classes in the end. Moving the only enum
makes code more inconsistent. Could you please either revert this change, so
all inner types would be at the end or move them all to the beginning of the
file.
----------------------------------------------------------------
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]
With regards,
Apache Git Services