Indhumathi27 commented on code in PR #4276: URL: https://github.com/apache/carbondata/pull/4276#discussion_r921025292
########## docs/configuration-parameters.md: ########## @@ -58,6 +58,7 @@ This section provides the details of all the configurations required for the Car | carbon.lock.class | (none) | This specifies the implementation of ICarbonLock interface to be used for acquiring the locks in case of concurrent operations | | carbon.data.file.version | V3 | This specifies carbondata file format version. Carbondata file format has evolved with time from V1 to V3 in terms of metadata storage and IO level pruning capabilities. You can find more details [here](https://carbondata.apache.org/file-structure-of-carbondata.html#carbondata-file-format). | | spark.carbon.hive.schema.store | false | Carbondata currently supports 2 different types of metastores for storing schemas. This property specifies if Hive metastore is to be used for storing and retrieving table schemas | +| carbon.enable.partitiondata.trash | false | This property is set to enable the feature of moving the deleted partition data to trash when dropped partition command is given Review Comment: ```suggestion | carbon.enable.partitiondata.trash | false | This property, when enabled, will move the dropped partition data to trash on ALTER DROP PARTITION operation. ``` -- 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