You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by xuchuanyin <gi...@git.apache.org> on 2018/11/02 01:21:55 UTC

[GitHub] carbondata pull request #2888: [CARBONDATA-3066]add documentation for writte...

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

    https://github.com/apache/carbondata/pull/2888#discussion_r230247864
  
    --- 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 --
    
    why is this mandatory? Why not use 'anonymous' instead?


---