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/03/27 14:57:44 UTC

[6/6] incubator-carbondata git commit: [CARBONDATA-818] Make the file_name in carbonindex exactly This closes #696

[CARBONDATA-818] Make the file_name in carbonindex exactly This closes #696


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

Branch: refs/heads/master
Commit: b615892a8908e983e8b4dc0cb26618249a5d3c6f
Parents: 50a2408 9cb428c
Author: jackylk <ja...@huawei.com>
Authored: Mon Mar 27 20:27:17 2017 +0530
Committer: jackylk <ja...@huawei.com>
Committed: Mon Mar 27 20:27:17 2017 +0530

----------------------------------------------------------------------
 .../core/util/path/CarbonTablePath.java         |   7 +
 .../dataload/TestDataLoadWithFileName.scala     | 128 +++++++++++++++++++
 .../processing/mdkeygen/file/FileData.java      |   2 +-
 .../store/writer/AbstractFactDataWriter.java    |  46 ++++---
 .../writer/v1/CarbonFactDataWriterImplV1.java   |   2 +-
 .../writer/v2/CarbonFactDataWriterImplV2.java   |   2 +-
 .../writer/v3/CarbonFactDataWriterImplV3.java   |  13 +-
 7 files changed, 171 insertions(+), 29 deletions(-)
----------------------------------------------------------------------