Indhumathi27 commented on code in PR #4276:
URL: https://github.com/apache/carbondata/pull/4276#discussion_r921033456
##########
docs/ddl-of-carbondata.md:
##########
@@ -1107,6 +1107,12 @@ Users can specify which columns to include and exclude
for local dictionary gene
ALTER TABLE locationTable DROP PARTITION (country = 'US');
```
+ The below flag is set to enable the feature of moving the deleted partition
data to trash when dropped partition command is given.
Review Comment:
better to add it as a note
```suggestion
**NOTE:** Enable
[carbon.enable.partitiondata.trash](./configuration-parameters.md#system-configuration)
to move dropped partition data to trash during alter table DROP PARTITION.
```
--
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]