Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1736#discussion_r159219626
--- Diff: integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala ---
@@ -114,6 +114,14 @@ class TestStreamingTableOperation extends QueryTest with BeforeAndAfterAll {
// 14. finish streaming
createTable(tableName = "stream_table_finish", streaming = true, withBatchLoad = true)
--- End diff --
added
---