Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2166#discussion_r181731317
--- Diff:
integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/PreAggregateTestCase.scala
---
@@ -209,6 +210,20 @@ class PreAggregateTestCase extends QueryTest with
BeforeAndAfterEach {
checkAnswer(actual, expected)
}
+ test("Test CleanUp of Pre_aggregate tables")
+ {
--- End diff --
move { to line 213---
