LakshSingla commented on code in PR #16412: URL: https://github.com/apache/druid/pull/16412#discussion_r1610270634
########## docs/release-info/release-notes.md: ########## @@ -57,50 +57,689 @@ For tips about how to write a good release note, see [Release notes](https://git This section contains important information about new and existing features. +### Improved native queries + +Native queries can now group on nested columns and arrays. Review Comment: Similar functionality is also added in MSQ as well. MSQ can now group on complex columns. However, MSQ doesn't inherently support nested arrays, therefore we can't say MSQ supports grouping on nested arrays. -- 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]
