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/20 15:13:12 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-925] Synchronize schema meta data for concurrent drivers and users.This closes #792

[CARBONDATA-925] Synchronize schema meta data for concurrent drivers and users.This closes #792


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

Branch: refs/heads/master
Commit: 9c575bf76cefaf7e67f686a66428d8d39b641765
Parents: 804af93 049b8aa
Author: Venkata Ramana G <ra...@huawei.com>
Authored: Thu Apr 20 20:42:52 2017 +0530
Committer: Venkata Ramana G <ra...@huawei.com>
Committed: Thu Apr 20 20:42:52 2017 +0530

----------------------------------------------------------------------
 .../spark/rdd/CarbonDataRDDFactory.scala        |  26 ++---
 .../spark/sql/CarbonDataFrameWriter.scala       |   2 +-
 .../sql/CarbonDatasourceHadoopRelation.scala    |  16 ++-
 .../spark/sql/CarbonDictionaryDecoder.scala     |  12 ++-
 .../scala/org/apache/spark/sql/CarbonEnv.scala  |  34 +++++--
 .../org/apache/spark/sql/CarbonSession.scala    |   2 -
 .../org/apache/spark/sql/CarbonSource.scala     |  36 +++----
 .../execution/CarbonLateDecodeStrategy.scala    |   5 +-
 .../execution/command/AlterTableCommands.scala  |  40 +++++---
 .../execution/command/CarbonHiveCommands.scala  |   4 +-
 .../sql/execution/command/DDLStrategy.scala     |  26 +++--
 .../execution/command/carbonTableSchema.scala   |  71 +++++++------
 .../spark/sql/hive/CarbonSessionState.scala     | 102 +++++++++++++++++--
 .../org/apache/spark/util/AlterTableUtil.scala  |  56 +++++-----
 .../org/apache/spark/util/CleanFiles.scala      |   2 +-
 .../org/apache/spark/util/Compaction.scala      |   2 +-
 .../apache/spark/util/DeleteSegmentByDate.scala |   2 +-
 .../apache/spark/util/DeleteSegmentById.scala   |   2 +-
 .../org/apache/spark/util/ShowSegments.scala    |   2 +-
 .../org/apache/spark/util/TableAPIUtil.scala    |   3 +-
 .../org/apache/spark/util/TableLoader.scala     |   2 +-
 21 files changed, 292 insertions(+), 155 deletions(-)
----------------------------------------------------------------------