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

    https://github.com/apache/incubator-carbondata/pull/216#discussion_r82514255
  
    --- Diff: docs/DDL-Operations-on-Carbon.md ---
    @@ -67,6 +67,14 @@ Here, DICTIONARY_EXCLUDE will exclude dictionary 
creation. This is applicable fo
       ```ruby
       TBLPROPERTIES 
("COLUMN_GROUPS"="(column1,column3),(Column4,Column5,Column6)") 
       ```
    + - **Table Block Size Configuration**
    +
    +   The block size of one table's files on hdfs can be defined using an int 
value whose size is in MB, the range is form 1MB to 2048MB and the default 
value is 1024MB, if user didn't define this values in ddl, it would use default 
value to set.
    +
    +  ```ruby
    +  TBLPROPERTIES ("TABLE_BLOCKSIZE"="512")
    --- End diff --
    
    @jackylk 
    Fixed, support MB/M now, pls check. 
    As to GB, i think no need to support now because the range is 1M-2048M if 
set in GB it would be 0.000976GB-2GB.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to