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/04/07 09:55:05 UTC

[02/49] incubator-carbondata git commit: [CARBONDATA-845] Insert Select Into Same Table This closes #723

[CARBONDATA-845] Insert Select Into Same Table This closes #723


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

Branch: refs/heads/12-dev
Commit: ada081d89be67ad28c31401acb71a84e3e97244a
Parents: 950a6d0 f527d3d
Author: ravipesala <ra...@gmail.com>
Authored: Thu Apr 6 10:18:50 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Thu Apr 6 10:18:50 2017 +0530

----------------------------------------------------------------------
 .../InsertIntoCarbonTableTestCase.scala         | 28 +++++++++
 .../spark/sql/hive/CarbonAnalysisRules.scala    | 43 +++++++-------
 .../spark/sql/CarbonCatalystOperators.scala     | 19 +++++++
 .../sql/CarbonDatasourceHadoopRelation.scala    | 13 +----
 .../sql/execution/command/DDLStrategy.scala     |  5 +-
 .../execution/command/carbonTableSchema.scala   |  3 +-
 .../spark/sql/hive/CarbonAnalysisRules.scala    | 60 ++++++++++++++++++++
 .../spark/sql/hive/CarbonSessionState.scala     | 30 +++++++++-
 8 files changed, 163 insertions(+), 38 deletions(-)
----------------------------------------------------------------------