This is an automated email from the ASF dual-hosted git repository.
adarshsanjeev pushed a commit to branch 32.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/32.0.0 by this push:
new 81a3f5112b0 Remove note about front-coded dictionaries (#17705)
81a3f5112b0 is described below
commit 81a3f5112b0d46ffc3c4abf8f15aae3c618da8f9
Author: Charles Smith <[email protected]>
AuthorDate: Mon Feb 10 19:39:20 2025 -0800
Remove note about front-coded dictionaries (#17705)
* Remove note about front-coded dictionaries
* Update release-notes.md
remove link to notes
---
docs/release-info/release-notes.md | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/docs/release-info/release-notes.md
b/docs/release-info/release-notes.md
index 93269fcc60d..dc2cc44f1e3 100644
--- a/docs/release-info/release-notes.md
+++ b/docs/release-info/release-notes.md
@@ -32,7 +32,7 @@ Replace {{MILESTONE}} with the correct milestone number. For
example: https://gi
See the [complete set of
changes](https://github.com/apache/druid/issues?q=is%3Aclosed+milestone%3A32.0.0+sort%3Aupdated-desc+)
for additional details, including bug fixes.
-Review the [upgrade notes](#upgrade-notes) and [incompatible
changes](#incompatible-changes) before you upgrade to Druid {{DRUIDVERSION}}.
+Review the [incompatible changes](#incompatible-changes) before you upgrade to
Druid {{DRUIDVERSION}}.
If you are upgrading across multiple versions, see the [Upgrade
notes](upgrade-notes.md) page, which lists upgrade notes for the most recent
Druid versions.
<!--
@@ -365,21 +365,6 @@ Check out the examples at [All Druid SQL
functions](../querying/sql-functions.md
## Upgrade notes and incompatible changes
-### Upgrade notes
-
-#### Front-coded dictionaries
-
-<!--Carry this forward until 32. Then move it to incompatible changes -->
-
-In Druid 32.0.0, you can specify that Druid uses front-coded dictionaries
feature during segment creation. Front-coded dictionaries reduce storage and
improve performance by optimizing for strings where the front part looks
similar.
-
-Once this feature is on, you cannot easily downgrade to an earlier version
that does not support the feature.
-
-For more information, see [Migration guide: front-coded
dictionaries](./migr-front-coded-dict.md).
-
-If you're already using this feature, you don't need to take any action.
-
-
### Incompatible changes
### Developer notes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]