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/05/20 16:21:02 UTC

[2/2] carbondata git commit: [CARBONDATA-1047] Added batch sort to load options and added test cases This closes #908

[CARBONDATA-1047] Added batch sort to load options and added test cases This closes #908


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

Branch: refs/heads/master
Commit: 6d0a6b00b0ca1801d6074a44551eb970e57f8a3a
Parents: 4c02589 3807b2f
Author: jackylk <ja...@huawei.com>
Authored: Sun May 21 00:20:37 2017 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Sun May 21 00:20:37 2017 +0800

----------------------------------------------------------------------
 .../core/constants/CarbonCommonConstants.java   |  10 +-
 .../carbondata/hadoop/CarbonInputSplit.java     |  18 +-
 .../dataload/TestBatchSortDataLoad.scala        | 230 +++++++++++++++++++
 .../testsuite/sortcolumns/TestSortColumns.scala |   8 +-
 .../spark/sql/catalyst/CarbonDDLSqlParser.scala |  11 +-
 .../execution/command/carbonTableSchema.scala   |   4 +
 .../execution/command/carbonTableSchema.scala   |   4 +
 .../DataLoadFailAllTypeSortTest.scala           |  27 ++-
 .../processing/model/CarbonLoadModel.java       |  30 ++-
 .../newflow/DataLoadProcessBuilder.java         |  13 +-
 .../newflow/sort/SortScopeOptions.java          |  63 +++++
 .../processing/newflow/sort/SorterFactory.java  |   7 +-
 .../newflow/sort/unsafe/UnsafeSortDataRows.java |   5 +-
 .../sortandgroupby/sortdata/SortParameters.java |  13 ++
 .../util/CarbonDataProcessorUtil.java           |  51 ++++
 15 files changed, 454 insertions(+), 40 deletions(-)
----------------------------------------------------------------------