Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1566#discussion_r153094199
--- Diff:
integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala
---
@@ -849,7 +892,13 @@ class TestStreamingTableOperation extends QueryTest
with BeforeAndAfterAll {
| salary FLOAT
| )
| STORED BY 'carbondata'
- | TBLPROPERTIES(${if (streaming) "'streaming'='true', " else "" }
--- End diff --
I think it is not required to modify this
---