Indhumathi27 commented on a change in pull request #4250:
URL: https://github.com/apache/carbondata/pull/4250#discussion_r817405056
##########
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:
i think, since already there is one table above in this md file with
same contents, you can add a link for those properties and add only the
remaining properties in this table
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]