[pull] main from apache:main#100
Merged
pull[bot] merged 4 commits intoburaksenn:mainfrom Apr 13, 2026
Merged
Conversation
## Which issue does this PR close? - Closes #. ## Rationale for this change PostgreSQL array literals should be rendered using `ARRAY[...]` syntax when unparsing SQL. Without this, roundtripped PostgreSQL SQL can lose the dialect-specific array form and emit a plain bracketed array literal instead. ## What changes are included in this PR? - Added a dialect hook to indicate whether array literals should render as `ARRAY[...]`. - Enabled that behavior for `PostgreSqlDialect`. - Updated the SQL unparser to honor the dialect setting when rendering array expressions. - Adjusted the PostgreSQL roundtrip test to expect `ARRAY[1, 2, 3, 4, 5]`. ## Are these changes tested? Yes. The PostgreSQL roundtrip test in plan_to_sql.rs covers the array literal case and verifies the unparsed SQL now uses `ARRAY[...]`. ## Are there any user-facing changes? Yes. PostgreSQL SQL generated by DataFusion will now emit array literals in `ARRAY[...]` form instead of plain bracketed form.
…y zero (#21557) ## Which issue does this PR close? - Closes #21514. ## Rationale for this change please see issue ## What changes are included in this PR? adjust pmod and mod to return NULL as expected ## Are these changes tested? added and adjusted tests ## Are there any user-facing changes? This methods will return NULL instead of Nan on this specific case.
## Which issue does this PR close? N/A ## Rationale for this change to be able to derive `Hash` ## What changes are included in this PR? derive `Hash` ## Are these changes tested? no ## Are there any user-facing changes? yes, new trait impl
## Which issue does this PR close? - Part of #21078. ## Rationale for this change The `branch-52` release work added the `52.5.0` changelog in #21407, and that changelog should also be present on `main`. ## What changes are included in this PR? This PR ports `dev/changelog/52.5.0.md` from #21407 onto `main`. Implementation note: I used `git cherry-pick -n` of the merged `branch-52` commit and kept only the changelog file, discarding the version and config changes that do not belong on `main`. ## Are these changes tested? This is a documentation-only chabge ## Are there any user-facing changes? Yes. The `52.5.0` changelog is now available on `main`.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )