You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2016/08/08 06:46:19 UTC

[2/2] incubator-carbondata git commit: Fixed aggregate queries with using subqueries in Spark 1.6.2 This closes #65

Fixed aggregate queries with using subqueries in Spark 1.6.2 This closes #65


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/ea3169e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/ea3169e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/ea3169e8

Branch: refs/heads/master
Commit: ea3169e8b8fc84b9df499022a08d48dcb99234d5
Parents: ffd911f 685c278
Author: chenliang613 <ch...@apache.org>
Authored: Mon Aug 8 14:45:57 2016 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Mon Aug 8 14:45:57 2016 +0800

----------------------------------------------------------------------
 .../spark/sql/CarbonDictionaryDecoder.scala     |   5 +-
 .../CarbonDecoderOptimizerHelper.scala          |  40 ++++++-
 .../spark/sql/optimizer/CarbonOptimizer.scala   | 116 ++++++++++---------
 .../org/carbondata/spark/CarbonFilters.scala    |   9 +-
 .../AllDataTypesTestCaseAggregate.scala         |   6 +
 5 files changed, 106 insertions(+), 70 deletions(-)
----------------------------------------------------------------------