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/02 14:12:42 UTC

[18/50] [abbrv] incubator-carbondata git commit: [CARBONDATA-985] Removed unnecessary .show method call in test cases This closes #847

[CARBONDATA-985] Removed unnecessary .show method call in test cases  This closes #847


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

Branch: refs/heads/12-dev
Commit: e579694ccf2e4e79d55cdf6b79cd93cafa98ca28
Parents: 598bbd2 533835c
Author: jackylk <ja...@huawei.com>
Authored: Wed Apr 26 10:38:23 2017 -0700
Committer: jackylk <ja...@huawei.com>
Committed: Wed Apr 26 10:38:23 2017 -0700

----------------------------------------------------------------------
 ...ncrementalColumnDictionaryGeneratorTest.java |   2 -
 .../ServerDictionaryGeneratorTest.java          |   1 -
 .../hadoop/test/util/StoreCreator.java          |   1 -
 .../HighCardinalityDataTypesTestCase.scala      |   5 +-
 .../detailquery/RangeFilterTestCase.scala       |   9 -
 ...TypeDirectDictionaryWithNoDictTestCase.scala |   6 +-
 .../carbondata/spark/util/CarbonScalaUtil.scala |   4 -
 .../execution/command/carbonTableSchema.scala   |   2 +-
 .../complexType/TestComplexTypeQuery.scala      |  28 +--
 .../TestLoadDataWithSingleQuotechar.scala       |   2 +-
 .../createtable/TestCreateTableSyntax.scala     |   6 +-
 .../datacompaction/DataCompactionTest.scala     |   2 +-
 .../iud/DeleteCarbonTableTestCase.scala         |  14 +-
 .../testsuite/iud/IUDCompactionTestCases.scala  | 146 +++++++---------
 .../iud/UpdateCarbonTableTestCase.scala         | 169 ++++++++-----------
 .../AutoHighCardinalityIdentifyTestCase.scala   |   4 +-
 .../execution/command/carbonTableSchema.scala   |  17 +-
 .../carbondata/CarbonDataSourceSuite.scala      |   2 +-
 .../carbon/datastore/BlockIndexStoreTest.java   |   2 -
 .../carbondata/processing/StoreCreator.java     |  12 --
 20 files changed, 178 insertions(+), 256 deletions(-)
----------------------------------------------------------------------