Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2328#discussion_r196350482 --- Diff: integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala --- @@ -1642,7 +1638,9 @@ class TestStreamingTableOperation extends QueryTest with BeforeAndAfterAll { var rows = sql("SHOW STREAMS").collect() assertResult(0)(rows.length) - val csvDataDir = new File("target/csvdata").getCanonicalPath + val csvDataDir = integrationPath + "/target/csvdata" --- End diff -- it should be integrationPath + "/spark2/target/csvdatanew
---