You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/04/08 14:54:30 UTC

[GitHub] carbondata pull request #2141: [CARBONDATA-2313] Added comment for SDK write...

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

    https://github.com/apache/carbondata/pull/2141#discussion_r179950388
  
    --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java ---
    @@ -58,44 +58,85 @@
       private boolean isUnManagedTable;
       private long UUID;
     
    +  /**
    +   * prepares the builder with the schema provided
    +   * @param schema
    --- End diff --
    
    provide description for @param and @return


---