ektravel commented on code in PR #14560: URL: https://github.com/apache/druid/pull/14560#discussion_r1261646376
########## docs/querying/segmentmetadataquery.md: ########## @@ -62,7 +62,8 @@ There are several main parts to a segment metadata query: |merge|Merge all individual segment metadata results into a single result|no| |context|See [Context](../querying/query-context.md)|no| |analysisTypes|A list of Strings specifying what column properties (e.g. cardinality, size) should be calculated and returned in the result. Defaults to ["cardinality", "interval", "minmax"], but can be overridden with using the [segment metadata query config](../configuration/index.md#segmentmetadata-query-config). See section [analysisTypes](#analysistypes) for more details.|no| -|lenientAggregatorMerge|If true, and if the "aggregators" analysisType is enabled, aggregators will be merged leniently. See below for details.|no| +|aggregatorMergeStrategy| The strategy used to merge aggregators across segments. If true, and if the "aggregators" analysisType is enabled, it defaults to "strict". Possible values include "strict", "lenient" and "latest". See [below](#aggregatormergestrategy) for details.|no| +|lenientAggregatorMerge|Deprecated: Use aggregatorMergeStrategy property instead. If true, and if the "aggregators" analysisType is enabled, aggregators will be merged leniently. See below for details.|no| Review Comment: ```suggestion |lenientAggregatorMerge|Deprecated. Use `aggregatorMergeStrategy` property instead. If true, and if the `aggregators` analysis type is enabled, aggregators are merged leniently.|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]
