317brian commented on code in PR #17587:
URL: https://github.com/apache/druid/pull/17587#discussion_r1890803348


##########
docs/release-info/release-notes.md:
##########
@@ -24,12 +24,13 @@ title: "Release notes"
 
 <!--Replace {{DRUIDVERSION}} with the correct Druid version.-->
 
-Apache Druid 31.0.1 is a patch release that contains an important fix for the 
new complex metric column compression feature introduced in Druid 31.0.0. It 
also contains fixes for the web console, the new projections feature, and a fix 
for a minor performance regression.
+Apache Druid 31.0.1 is a patch release that contains important fixes for topN 
queries using query granularity other than 'ALL' and for the new complex metric 
column compression feature introduced in Druid 31.0.0. It also contains fixes 
for the web console, the new projections feature, and a fix for a minor 
performance regression.
 
 For information about new features in Druid 31, see the [Druid 31 release 
notes](https://druid.apache.org/docs/31.0.0/release-info/release-notes/).
 
 ## Bug fixes
 
+* Fixes an issue with topN queries using query granularity other than 'ALL' 
which could cause some query correctness issues 
[#17565](https://github.com/apache/druid/pull/17565)

Review Comment:
   ```suggestion
   * Fixes an issue with topN queries that use a query granularity other than 
'ALL', which could cause some query correctness issues 
[#17565](https://github.com/apache/druid/pull/17565)
   ```



-- 
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]

Reply via email to