docs: 32.0.0 release notes#17641
Merged
adarshsanjeev merged 16 commits intoapache:32.0.0from Jan 30, 2025
Merged
Conversation
kfaraz
reviewed
Jan 30, 2025
kfaraz
reviewed
Jan 30, 2025
kfaraz
reviewed
Jan 30, 2025
Contributor
kfaraz
left a comment
There was a problem hiding this comment.
Minor comments, otherwise LGTM
317brian
commented
Jan 30, 2025
Co-authored-by: Adarsh Sanjeev <adarshsanjeev@gmail.com>
Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
adarshsanjeev
approved these changes
Jan 30, 2025
kfaraz
approved these changes
Jan 30, 2025
Contributor
petermarshallio
left a comment
There was a problem hiding this comment.
Noticed some typos
docs/release-info/release-notes.md
Outdated
|
|
||
| ##### Control how many segments get merged for publishing | ||
|
|
||
| You can now use the `maxColumsnToMerge` property in your supervisor spec to specify the number of segments to merge in a single phase when merging segments for publishing. This limit affects the total number of columns present in a set of segments to merge. If the limit is exceeded, segment merging occurs in multiple phases. Druid merges at least 2 segments each phase, regardless of this setting. |
Contributor
There was a problem hiding this comment.
maxColumnsToMerge ? vs maxColumsnToMerge
docs/release-info/release-notes.md
Outdated
| - Improved error handling for incomplete queries. A trailer header to indicate an error is returned now [#16672](https://github.com/apache/druid/pull/16672) | ||
| - Improved scan queries to account for column types in more situations [#17463](https://github.com/apache/druid/pull/17463) | ||
| - Improved lookups so that they can now iterate over fetched data [#17212](https://github.com/apache/druid/pull/17212) | ||
| - Improved projections so that theycan contain only aggregators and no grouping columns [#17484](https://github.com/apache/druid/pull/17484) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release notes for 32.0.0 up to January 8th
This PR has: