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

    https://github.com/apache/incubator-carbondata/pull/216#discussion_r82523040
  
    --- 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 MB")
    --- End diff --
    
    please remove the space, I think `512MB` is ok


---
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