ektravel commented on code in PR #14560: URL: https://github.com/apache/druid/pull/14560#discussion_r1261647137
########## docs/querying/segmentmetadataquery.md: ########## @@ -185,7 +186,7 @@ Currently, there is no API for retrieving this information. * `aggregators` in the result will contain the list of aggregators usable for querying metric columns. This may be null if the aggregators are unknown or unmergeable (if merging is enabled). -* Merging can be strict or lenient. See *lenientAggregatorMerge* below for details. +* Merging can be `strict`, `lenient` or `latest`. See [`aggregatorMergeStrategy`](#aggregatormergestrategy) below for details. Review Comment: ```suggestion * Merging can be `strict`, `lenient`, or `latest`. See [`aggregatorMergeStrategy`](#aggregatormergestrategy) for details. ``` -- 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]
