Github user QiangCai commented on the issue:
https://github.com/apache/carbondata/pull/3001
@ravipesala
because we use spark to generate streaming segment and presto can't dependency spark, So I want to use StructuredStreamingExample to create stream table and commit the table data(streaming carbondata file) to create a test case in presto module.
---