Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2888#discussion_r229733094
--- Diff: docs/sdk-guide.md ---
@@ -429,6 +429,15 @@ public CarbonWriterBuilder
withAvroInput(org.apache.avro.Schema avroSchema);
public CarbonWriterBuilder withJsonInput(Schema carbonSchema);
```
+```
+/**
+* To support writing the ApplicationName which is writing the carbondata
file
+* @param application name which is writing the carbondata files
+* @return CarbonWriterBuilder
--- End diff --
mention that it is mandatory method to call
---