Github user akashrn5 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2888#discussion_r230270106
--- 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 --
done---
