[
https://issues.apache.org/jira/browse/TAJO-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14383274#comment-14383274
]
Hudson commented on TAJO-1350:
------------------------------
ABORTED: Integrated in Tajo-master-build #633 (See
[https://builds.apache.org/job/Tajo-master-build/633/])
TAJO-1350: Refactor FilterPushDownRule::visitJoin() into well-defined, small
methods. (jihoon) (jihoonson: rev b1e174eec4c15142b6fa518b6803579bb0788e8e)
*
tajo-core/src/test/resources/results/TestJoinQuery/testInnerJoinAndCaseWhen.result
*
tajo-core/src/test/resources/results/TestJoinQuery/testComplexJoinsWithCaseWhen2.result
*
tajo-plan/src/main/java/org/apache/tajo/plan/rewrite/rules/FilterPushDownRule.java
*
tajo-core/src/test/resources/results/TestJoinQuery/testComplexJoinsWithCaseWhen.result
*
tajo-core/src/test/resources/results/TestJoinQuery/testJoinWithOrPredicates.result
* tajo-plan/src/main/java/org/apache/tajo/plan/LogicalPlanner.java
*
tajo-core/src/test/resources/queries/TestJoinQuery/testComplexJoinsWithCaseWhen.sql
* tajo-plan/src/main/java/org/apache/tajo/plan/util/PlannerUtil.java
*
tajo-core/src/test/resources/queries/TestJoinQuery/testInnerJoinAndCaseWhen.sql
*
tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/HashLeftOuterJoinExec.java
*
tajo-core/src/test/resources/queries/TestJoinQuery/testJoinWithOrPredicates.sql
* tajo-core/src/test/java/org/apache/tajo/engine/query/TestJoinQuery.java
*
tajo-core/src/test/resources/queries/TestJoinQuery/testComplexJoinsWithCaseWhen2.sql
*
tajo-core/src/test/resources/results/TestJoinQuery/testCrossJoinAndCaseWhen.result
* CHANGES
*
tajo-plan/src/main/java/org/apache/tajo/plan/rewrite/rules/ProjectionPushDownRule.java
*
tajo-core/src/test/resources/queries/TestJoinQuery/testCrossJoinAndCaseWhen.sql
> Refactor FilterPushDownRule::visitJoin() into well-defined, small methods
> -------------------------------------------------------------------------
>
> Key: TAJO-1350
> URL: https://issues.apache.org/jira/browse/TAJO-1350
> Project: Tajo
> Issue Type: Improvement
> Components: planner/optimizer
> Reporter: Hyunsik Choi
> Assignee: Jihoon Son
> Fix For: 0.11.0
>
> Attachments: TAJO-1350.patch, TAJO-1350_2.patch, TAJO-1350_3.patch,
> TAJO-1350_4.patch
>
>
> FilterPushDownRule::visitJoin() is too long and complicated. It handles
> various cases in a single method. We need to refactor this method into
> several small and well-defined methods.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)