Github user kunal642 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2147#discussion_r182648283
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/preaggregate/TestPreAggCreateCommand.scala
---
@@ -435,7 +435,7 @@ class TestPreAggCreateCommand extends QueryTest with
BeforeAndAfterAll {
sql("DESCRIBE FORMATTED PreAggMain_preagg2").show()
}
}
-
+/*
--- End diff --
Ignore this test case for now... Add // TODO
---