Github user kunal642 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2084#discussion_r177707665
--- Diff:
integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala
---
@@ -173,9 +175,9 @@ class TestStreamingTableOperation extends QueryTest
with BeforeAndAfterAll {
}
override def afterAll {
- dropTable()
- sql("USE default")
- sql("DROP DATABASE IF EXISTS streaming CASCADE")
+// dropTable()
+// sql("USE default")
+// sql("DROP DATABASE IF EXISTS streaming CASCADE")
--- End diff --
removed the comment.
---