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

    https://github.com/apache/carbondata/pull/2274#discussion_r189478551
  
    --- Diff: docs/sdk-writer-guide.md ---
    @@ -32,6 +32,8 @@ These SDK writer output contains just a carbondata and 
carbonindex files. No met
          fields[1] = new Field("age", DataTypes.INT);
      
          Schema schema = new Schema(fields);
    +
    +     CarbonProperties.getInstance().addProperty("enable.offheap.sort", 
"false");
    --- End diff --
    
    it should input CarbonProperties first.


---

Reply via email to