ektravel commented on code in PR #12416: URL: https://github.com/apache/druid/pull/12416#discussion_r861007814
########## docs/configuration/index.md: ########## @@ -1022,22 +1022,22 @@ The below is a list of the supported configurations for auto compaction. |`queryGranularity`|The resolution of timestamp storage within each segment. Defaults to 'null', which preserves the original query granularity. Accepts all [Query granularity](../querying/granularities.md) values.|No| |`rollup`|Whether to enable ingestion-time rollup or not. Defaults to 'null', which preserves the original setting. Note that once data is rollup, individual records can no longer be recovered. |No| -###### Automatic compaction dimensions spec +###### Automatic compaction dimensionsSpec |Field|Description|Required| |-----|-----------|--------| |`dimensions`| A list of dimension names or objects. Defaults to 'null', which preserves the original dimensions. Note that setting this will cause segments manually compacted with `dimensionExclusions` to be compacted again.|No| -###### Automatic compaction transform spec +###### Automatic compaction transformSpec |Field|Description|Required| |-----|-----------|--------| |`filter`| The `filter` conditionally filters input rows during compaction. Only rows that pass the filter will be included in the compacted segments. Any of Druid's standard [query filters](../querying/filters.md) can be used. Defaults to 'null', which will not filter any row. |No| -###### Automatic compaction IOConfig +###### Automatic compaction ioConfig -Auto compaction supports a subset of the [IOConfig for Parallel task](../ingestion/native-batch.md). -The below is a list of the supported configurations for auto compaction. +Auto-compaction supports a subset of the [IOConfig for Parallel task](../ingestion/native-batch.md). Review Comment: ```suggestion Auto-compaction supports a subset of the [IOConfig for Parallel task](../ingestion/native-batch.md). ``` ```suggestion Auto-compaction supports a subset of the [ioConfig for Parallel task](../ingestion/native-batch.md). ``` -- 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]
