GWphua commented on code in PR #19016: URL: https://github.com/apache/druid/pull/19016#discussion_r2958162740
########## docs/data-management/manual-compaction.md: ########## @@ -117,25 +117,65 @@ The compaction `ioConfig` requires specifying `inputSpec` as follows: |Field|Description|Default|Required| |-----|-----------|-------|--------| |`type`|Task type. Set the value to `compact`.|none|Yes| -|`inputSpec`|Specification of the target [interval](#interval-inputspec) or [segments](#segments-inputspec).|none|Yes| +|`inputSpec`|Specification of the target [interval](#interval-inputspec) or [uncompacted](#uncompacted-inputspec).|none|Yes| Review Comment: Agree. I was thinking about `minor` inputSpec, and changing the field name to `segments` for brevity, especially since we know minor compaction is for targeting specific segments. lmk if its ok! -- 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]
