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/02/27 15:49:27 UTC

[2/2] incubator-carbondata git commit: Fix the bug of inverted index that store inverted index in metadata by using Encoding.INVERTED_INDEX. This closes #603

Fix the bug of inverted index that store inverted index in metadata by using Encoding.INVERTED_INDEX. This closes #603


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

Branch: refs/heads/master
Commit: 1474bbf9a78498c4e1fc157a3ce58eaf36df8173
Parents: 76c059a 96a75b3
Author: jackylk <ja...@huawei.com>
Authored: Mon Feb 27 23:49:02 2017 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Mon Feb 27 23:49:02 2017 +0800

----------------------------------------------------------------------
 .../core/constants/CarbonCommonConstants.java      |  2 ++
 .../metadata/schema/table/column/ColumnSchema.java | 17 ++++++++++-------
 .../carbondata/core/util/CarbonMetadataUtil.java   |  4 +++-
 .../spark/sql/catalyst/CarbonDDLSqlParser.scala    |  4 ++--
 .../csvbased/CarbonCSVBasedSeqGenStep.java         |  6 +++++-
 5 files changed, 22 insertions(+), 11 deletions(-)
----------------------------------------------------------------------