Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2782#discussion_r221444696
--- Diff:
integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala
---
@@ -2327,7 +2371,7 @@ class TestStreamingTableOperation extends QueryTest
with BeforeAndAfterAll {
.load()
// Write data from socket stream to carbondata file
- qry = readSocketDF.writeStream
+ qry = readSocketDF.repartition(2).writeStream
--- End diff --
fixed
---