ektravel commented on code in PR #12416:
URL: https://github.com/apache/druid/pull/12416#discussion_r861024463


##########
docs/ingestion/compaction.md:
##########
@@ -174,7 +175,7 @@ The compaction `ioConfig` requires specifying `inputSpec` 
as follows:
 |-----|-----------|-------|--------|
 |`type`|Task type: `compact`|none|Yes|
 |`inputSpec`|Specification of the target [intervals](#interval-inputspec) or 
[segments](#segments-inputspec).|none|Yes|
-|`dropExisting`|If `true` the task replaces all existing segments fully 
contained by either of the following:<br>- the `interval` in the `interval` 
type `inputSpec`.<br>- the umbrella interval of the `segments` in the `segment` 
type `inputSpec`.<br>If compaction fails, Druid does change any of the existing 
segments.<br>**WARNING**: `dropExisting` in `ioConfig` is a beta feature. 
|false|no|
+|`dropExisting`|If `true` the task replaces all existing segments fully 
contained by either of the following:<br>- the `interval` in the `interval` 
type `inputSpec`.<br>- the umbrella interval of the `segments` in the `segment` 
type `inputSpec`.<br>If compaction fails, Druid does change any of the existing 
segments.<br>**WARNING**: `dropExisting` in `ioConfig` is a beta feature. 
|false|No|

Review Comment:
   I wonder if this was supposed to say "If compaction fails, Druid does 
**not** change any of the existing segments."
   ```suggestion
   |`dropExisting`|If `true`, the task replaces all existing segments fully 
contained by either of the following:<br>- the `interval` in the `interval` 
type `inputSpec`.<br>- the umbrella interval of the `segments` in the `segment` 
type `inputSpec`.<br>If compaction fails, Druid does not change any of the 
existing segments.<br>**WARNING**: `dropExisting` in `ioConfig` is a beta 
feature. |false|No|
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to