Github user qiuchenjian commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2966#discussion_r237726222
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/DataMapWriterSuite.scala
---
@@ -156,8 +156,7 @@ class DataMapWriterSuite extends QueryTest with
BeforeAndAfterAll {
CarbonProperties.getInstance()
.addProperty("carbon.blockletgroup.size.in.mb", "16")
CarbonProperties.getInstance()
- .addProperty("carbon.number.of.cores.while.loading",
- CarbonCommonConstants.NUM_CORES_DEFAULT_VAL)
+ .addProperty("carbon.number.of.cores.while.loading", "2")
--- End diff --
CarbonCommonConstants.NUM_CORES_LOADING
---