Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2084#discussion_r177616850 --- 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 -- Did you comment these intentionally?
---