Github user babokim commented on a diff in the pull request:
https://github.com/apache/tajo/pull/232#discussion_r20339040
--- Diff:
tajo-plan/src/main/java/org/apache/tajo/plan/logical/SortNode.java ---
@@ -25,10 +25,16 @@
import org.apache.tajo.util.TUtil;
public final class SortNode extends UnaryNode implements Cloneable {
+ public static enum SortRangeType {
+ USING_SHUFFLE_DATA,
--- End diff --
I totally agree your opinion.
There is one question I think the naming rule of Enum type is the same as
Class. Applying this rule "SORT_PURPOSE" should be "SortPurpose".
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---