Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/136#discussion_r18433188
--- Diff:
tajo-core/src/main/java/org/apache/tajo/engine/planner/PhysicalPlannerImpl.java
---
@@ -1044,20 +1046,80 @@ public PhysicalExec
createWindowAgg(TaskAttemptContext context,WindowAggNode win
public PhysicalExec createDistinctGroupByPlan(TaskAttemptContext context,
DistinctGroupbyNode
distinctNode, PhysicalExec subOp)
throws IOException {
+// Enforcer enforcer = context.getEnforcer();
--- End diff --
Please remove the commented out lines.
---
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.
---