Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/7a7b4fd2 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/7a7b4fd2 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/7a7b4fd2 Branch: refs/heads/TAJO-1027 Commit: 7a7b4fd26f61df89cacdb4fc41faf9c2abe456b2 Parents: 415d086 fcc5da0 Author: Jaehwa Jung <[email protected]> Authored: Mon Aug 11 11:28:48 2014 +0900 Committer: Jaehwa Jung <[email protected]> Committed: Mon Aug 11 11:28:48 2014 +0900 ---------------------------------------------------------------------- CHANGES | 5 ++ .../function/builtin/CountValueDistinct.java | 4 +- .../tajo/master/querymaster/Repartitioner.java | 1 + .../java/org/apache/tajo/worker/FetchImpl.java | 23 +++++++++ .../tajo/engine/query/TestGroupByQuery.java | 46 +++++++++++------ .../apache/tajo/master/TestRepartitioner.java | 52 +++++++++++++++----- .../testDistinctAggregationCaseByCase3.sql | 8 +++ .../testDistinctAggregationCaseByCase4.sql | 7 +++ .../testDistinctAggregationCaseByCase3.result | 3 ++ .../testDistinctAggregationCaseByCase4.result | 3 ++ 10 files changed, 125 insertions(+), 27 deletions(-) ----------------------------------------------------------------------
