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

    https://github.com/apache/carbondata/pull/2888#discussion_r229732059
  
    --- Diff: docs/sdk-guide.md ---
    @@ -124,7 +124,7 @@ public class TestSdkAvro {
         try {
           CarbonWriter writer = CarbonWriter.builder()
               .outputPath(path)
    -          .withAvroInput(new 
org.apache.avro.Schema.Parser().parse(avroSchema)).build();
    +          .withAvroInput(new 
org.apache.avro.Schema.Parser().parse(avroSchema))..writtenBy("SDK").build();
    --- End diff --
    
    two .. 
    Please remove one


---

Reply via email to