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

    https://github.com/apache/carbondata/pull/2054#discussion_r173842755
  
    --- Diff: 
store/sdk/src/test/java/org/apache/carbondata/sdk/file/CSVCarbonWriterSuite.java
 ---
    @@ -68,13 +68,12 @@ public void testWriteFilesJsonSchema() throws 
IOException {
     
       private void writeFilesAndVerify(Schema schema, String path) {
         try {
    -      CarbonWriter writer = CarbonWriter.builder()
    -          .withSchema(schema)
    -          .outputPath(path)
    -          .buildWriterForCSVInput();
    +      CarbonWriter writer =
    +          
CarbonWriter.builder().withSchema(schema).outputPath(path).buildWriterForCSVInput();
    --- End diff --
    
    do not modify the code style


---

Reply via email to