Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2623#discussion_r211927982
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/standardpartition/StandardPartitionWithPreaggregateTestCase.scala
---
@@ -45,6 +45,7 @@ class StandardPartitionWithPreaggregateTestCase extends
QueryTest with BeforeAnd
| STORED BY 'org.apache.carbondata.format'
""".stripMargin)
sql(s"LOAD DATA LOCAL INPATH '$testData' into table maintable")
+ sql("select * from maintable").show
--- End diff --
remove
---