You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ku...@apache.org on 2017/04/06 11:01:22 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-874] Fixed order by limit with select * query This closes #726

[CARBONDATA-874] Fixed order by limit with select * query This closes #726


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

Branch: refs/heads/master
Commit: 1b20c2dfdc249916247cae765afe2851c0561448
Parents: 68cbe15 82b61d4
Author: kumarvishal <ku...@gmail.com>
Authored: Thu Apr 6 16:31:00 2017 +0530
Committer: kumarvishal <ku...@gmail.com>
Committed: Thu Apr 6 16:31:00 2017 +0530

----------------------------------------------------------------------
 .../sortexpr/AllDataTypesTestCaseSort.scala     | 18 +++++++++--
 .../spark/sql/CarbonCatalystOperators.scala     | 19 +++++++++--
 .../spark/sql/CarbonDictionaryDecoder.scala     | 33 +++++++++++++++++++-
 .../execution/CarbonLateDecodeStrategy.scala    | 14 ++++++---
 .../sql/optimizer/CarbonLateDecodeRule.scala    | 27 ++++++++++++++--
 5 files changed, 98 insertions(+), 13 deletions(-)
----------------------------------------------------------------------