Merged
Conversation
Contributor
Author
|
We have released 54.4.0 so we can / should bring the release notes and version tom main now |
timsaucer
approved these changes
Mar 26, 2026
Contributor
Author
|
I since I just merged #21189 I will update this PR to only bring the changelog (not the version update) |
Rich-T-kid
pushed a commit
to Rich-T-kid/datafusion
that referenced
this pull request
Apr 21, 2026
~(Draft until we have actually released 52.4.0)~ - part of apache#20855 Get the changelog and version update on main - Forward ports apache#21004 - Fix changelog issue noticed by @Omega359 in apache#20878 (comment) By CI New version / Change log Researching code flow defined test suite for GroupValuesDictionary first iteration on intern() all test pass, first iteration done| need to run benchmarks fixed null handleing & added test revised PR fix-ci optimized scalarvalues tranistioned from scalarValue to raw hashes fixed regressions & added test Removed non string value types Revert "Removed non string value types" This reverts commit 3bcb8c7. introduced new data type & changed storage format so that we no longer need to meta-data about nulls All test pass fix CI issues Revert "fix CI issues" This reverts commit e640a65. fix CI issues reduced PR fix lint Dictionary encoding: Optimize hash aggregation with i64 len prefixes
Rich-T-kid
pushed a commit
to Rich-T-kid/datafusion
that referenced
this pull request
Apr 21, 2026
~(Draft until we have actually released 52.4.0)~ - part of apache#20855 Get the changelog and version update on main - Forward ports apache#21004 - Fix changelog issue noticed by @Omega359 in apache#20878 (comment) By CI New version / Change log Researching code flow defined test suite for GroupValuesDictionary first iteration on intern() all test pass, first iteration done| need to run benchmarks fixed null handleing & added test revised PR fix-ci optimized scalarvalues tranistioned from scalarValue to raw hashes fixed regressions & added test Removed non string value types Revert "Removed non string value types" This reverts commit 3bcb8c7. introduced new data type & changed storage format so that we no longer need to meta-data about nulls All test pass fix CI issues Revert "fix CI issues" This reverts commit e640a65. fix CI issues reduced PR fix lint Dictionary encoding: Optimize hash aggregation with i64 len prefixes
Rich-T-kid
pushed a commit
to Rich-T-kid/datafusion
that referenced
this pull request
Apr 21, 2026
~(Draft until we have actually released 52.4.0)~ - part of apache#20855 Get the changelog and version update on main - Forward ports apache#21004 - Fix changelog issue noticed by @Omega359 in apache#20878 (comment) By CI New version / Change log Researching code flow defined test suite for GroupValuesDictionary first iteration on intern() all test pass, first iteration done| need to run benchmarks fixed null handleing & added test revised PR fix-ci optimized scalarvalues tranistioned from scalarValue to raw hashes fixed regressions & added test Removed non string value types Revert "Removed non string value types" This reverts commit 3bcb8c7. introduced new data type & changed storage format so that we no longer need to meta-data about nulls All test pass fix CI issues Revert "fix CI issues" This reverts commit e640a65. fix CI issues reduced PR fix lint Dictionary encoding: Optimize hash aggregation with i64 len prefixes
Rich-T-kid
pushed a commit
to Rich-T-kid/datafusion
that referenced
this pull request
Apr 21, 2026
~(Draft until we have actually released 52.4.0)~ - part of apache#20855 Get the changelog and version update on main - Forward ports apache#21004 - Fix changelog issue noticed by @Omega359 in apache#20878 (comment) By CI New version / Change log Researching code flow defined test suite for GroupValuesDictionary first iteration on intern() all test pass, first iteration done| need to run benchmarks fixed null handleing & added test revised PR fix-ci optimized scalarvalues tranistioned from scalarValue to raw hashes fixed regressions & added test Removed non string value types Revert "Removed non string value types" This reverts commit 3bcb8c7. introduced new data type & changed storage format so that we no longer need to meta-data about nulls All test pass fix CI issues Revert "fix CI issues" This reverts commit e640a65. fix CI issues reduced PR fix lint Dictionary encoding: Optimize hash aggregation with i64 len prefixes
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.
(Draft until we have actually released 52.4.0)Which issue does this PR close?
Rationale for this change
Get the changelog and version update on main
What changes are included in this PR?
array_sort(#19948) #20878 (comment)Are these changes tested?
By CI
Are there any user-facing changes?
New version / Change log