Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2829#discussion_r226218950
  
    --- Diff: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCarbonFileInputFormatWithExternalCarbonTable.scala
 ---
    @@ -56,7 +56,7 @@ class TestCarbonFileInputFormatWithExternalCarbonTable 
extends QueryTest with Be
           val builder = CarbonWriter.builder()
           val writer =
             builder.outputPath(writerPath + "/Fact/Part0/Segment_null")
    -          .withCsvInput(Schema.parseJson(schema)).build()
    +          .withCsvInput(Schema.parseJson(schema)).writtenBy("SDK").build()
    --- End diff --
    
    ```suggestion
              
.withCsvInput(Schema.parseJson(schema)).writtenBy("TestCarbonFileInputFormatWithExternalCarbonTable").build()
    ```


---

Reply via email to