Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into index_support
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/f4ca97ce Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/f4ca97ce Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/f4ca97ce Branch: refs/heads/index_support Commit: f4ca97ceea4527a123b8201bf5310cb4557b6dd4 Parents: 8e52ed4 9e329a5 Author: Jihoon Son <[email protected]> Authored: Mon Jan 5 11:25:35 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Mon Jan 5 11:25:35 2015 +0900 ---------------------------------------------------------------------- CHANGES | 3 +++ .../tajo/engine/planner/TestLogicalPlanner.java | 5 +++- .../apache/tajo/engine/query/TestJoinQuery.java | 28 ++++++++++++++++++++ ...stCrossJoinWithThetaJoinConditionInWhere.sql | 2 ++ ...stInnerJoinWithThetaJoinConditionInWhere.sql | 3 +++ ...ftOuterJoinWithThetaJoinConditionInWhere.sql | 3 +++ ...htOuterJoinWithThetaJoinConditionInWhere.sql | 3 +++ ...rossJoinWithThetaJoinConditionInWhere.result | 12 +++++++++ ...nnerJoinWithThetaJoinConditionInWhere.result | 7 +++++ ...uterJoinWithThetaJoinConditionInWhere.result | 4 +++ ...uterJoinWithThetaJoinConditionInWhere.result | 4 +++ .../plan/rewrite/rules/FilterPushDownRule.java | 16 +++++++++++ 12 files changed, 89 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/f4ca97ce/tajo-core/src/test/java/org/apache/tajo/engine/planner/TestLogicalPlanner.java ----------------------------------------------------------------------
