Skip to content

Commit 888b873

Browse files
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 <53799971+317brian@users.noreply.github.com>
1 parent ca13a30 commit 888b873

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/release-info/release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ title: "Release notes"
2424

2525
<!--Replace {{DRUIDVERSION}} with the correct Druid version.-->
2626

27-
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.
27+
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.
2828

2929
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/).
3030

3131
## Bug fixes
3232

33+
* 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)
3334
* 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)
3435
* Fixes an issue with projection segment merging [#17460](https://github.com/apache/druid/pull/17460)
3536
* Fixes web console progress indicator [#17334](https://github.com/apache/druid/pull/17334)

0 commit comments

Comments
 (0)