You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2017/03/26 16:03:50 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-809] Fixed union with alias error This closes #685

[CARBONDATA-809] Fixed union with alias error This closes #685


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

Branch: refs/heads/master
Commit: e0f7aca28fa1bbbaf3484eb020df7822fbe37164
Parents: 035a332 2390bc2
Author: jackylk <ja...@huawei.com>
Authored: Sun Mar 26 21:33:38 2017 +0530
Committer: jackylk <ja...@huawei.com>
Committed: Sun Mar 26 21:33:38 2017 +0530

----------------------------------------------------------------------
 .../src/test/resources/join/data1.csv           |  2 ++
 .../src/test/resources/join/data2.csv           |  2 ++
 .../joinquery/AllDataTypesTestCaseJoin.scala    | 34 ++++++++++++++++++++
 .../CarbonDecoderOptimizerHelper.scala          |  5 ++-
 .../spark/sql/optimizer/CarbonOptimizer.scala   | 23 +++++++++----
 .../sql/optimizer/CarbonLateDecodeRule.scala    | 14 +++++---
 6 files changed, 68 insertions(+), 12 deletions(-)
----------------------------------------------------------------------