You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by gv...@apache.org on 2017/04/13 14:50:23 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-883] Fixed cast exception for integer data types in RestructureBasedVectorResultCollector. This closes #771

[CARBONDATA-883] Fixed cast exception for integer data types in RestructureBasedVectorResultCollector. This closes #771


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

Branch: refs/heads/master
Commit: 144620d94845179169b54f587bf653db15ff8d60
Parents: 8478939 8c5c00c
Author: Venkata Ramana G <ra...@huawei.com>
Authored: Thu Apr 13 20:19:51 2017 +0530
Committer: Venkata Ramana G <ra...@huawei.com>
Committed: Thu Apr 13 20:19:51 2017 +0530

----------------------------------------------------------------------
 .../RestructureBasedVectorResultCollector.java  | 28 ++++++++---
 .../scan/executor/util/RestructureUtil.java     | 50 +++++++++++++++++++-
 .../scan/executor/util/RestructureUtilTest.java |  2 +-
 .../carbondata/spark/load/CarbonLoaderUtil.java |  2 +-
 .../spark/sql/catalyst/CarbonDDLSqlParser.scala |  6 +--
 .../execution/command/AlterTableCommands.scala  |  4 --
 .../apache/spark/sql/hive/CarbonMetastore.scala |  8 ++--
 .../vectorreader/AddColumnTestCases.scala       | 44 +++++++++++++++++
 8 files changed, 123 insertions(+), 21 deletions(-)
----------------------------------------------------------------------