Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1755#discussion_r159591267
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/standardpartition/StandardPartitionTableLoadingTestCase.scala
---
@@ -28,7 +31,7 @@ import org.apache.carbondata.core.util.CarbonProperties
import org.apache.carbondata.core.util.path.CarbonTablePath
class StandardPartitionTableLoadingTestCase extends QueryTest with
BeforeAndAfterAll {
-
+ var executorService: ExecutorService = _
--- End diff --
move to within the testcase as only that testcase uses it
---