This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch 31.0.1
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/31.0.1 by this push:
     new 888b873f46b add new fix to 31.0.1 release notes (#17587)
888b873f46b is described below

commit 888b873f46b1375c8839c839a3f6d4eff2812930
Author: Clint Wylie <[email protected]>
AuthorDate: Wed Dec 18 13:26:17 2024 -0800

    add new fix to 31.0.1 release notes (#17587)
    
    * add new fix to release notes
    
    * Update docs/release-info/release-notes.md
    
    ---------
    
    Co-authored-by: 317brian <[email protected]>
---
 docs/release-info/release-notes.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/release-info/release-notes.md 
b/docs/release-info/release-notes.md
index a246f33dcd6..7df94df76ff 100644
--- a/docs/release-info/release-notes.md
+++ b/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 that use a query granularity other than 
'ALL', which could cause some query correctness issues 
[#17565](https://github.com/apache/druid/pull/17565)
 * Fixes an issue with complex metric compression that caused some data to be 
read incorrectly, resulting in segment data corruption or system instability 
due to out-of-memory exceptions. We recommend that you reingest data if you use 
compression for complex metric columns 
[#17422](https://github.com/apache/druid/pull/17422)
 * Fixes an issue with projection segment merging 
[#17460](https://github.com/apache/druid/pull/17460)
 * Fixes web console progress indicator 
[#17334](https://github.com/apache/druid/pull/17334)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to