ShreelekhyaG commented on a change in pull request #4250:
URL: https://github.com/apache/carbondata/pull/4250#discussion_r818315378



##########
File path: docs/carbon-as-spark-datasource-guide.md
##########
@@ -96,6 +96,30 @@ df.write.format("carbon").save("/user/person_table")
 val dfread = spark.read.format("carbon").load("/user/person_table")
 dfread.show()
 ```
+## Supported OPTIONS
+
+| Property                          | Default Value                            
 | Description                                                                  
                                                                                
                                                                                
                                                                                
                                                     |
+|-----------------------------------|-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| table_blocksize                   | 1024                                     
 | Size of blocks to write onto hdfs. For more details, see [Table Block Size 
Configuration](./ddl-of-carbondata.md#table-block-size-configuration).          
                                                                                
                                                                                
                                                       |

Review comment:
       Done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@carbondata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to