-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Forward-merge release/26.06 into main #22585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
3249ba8
Bump polars upper bound to <1.40 (#22048)
Matt711 2a452f4
[release/26.06] Remove stale import of `deleted assert_collect_raises…
madsbk 65f8363
Fix use-after-destroy and stream ordering in Parquet IO utils (#22529)
mhaseeb123 d48b4af
[cudf_polars] Reorganize package layout (#22491)
madsbk 12707ae
Serialize engine config in new pdsh benchmark CLI (#22572)
TomAugspurger 2dba3ec
Fix memcheck error in json checked-token-level utility (#22571)
davidwendt 29d1601
Move ``collectives`` module (#22578)
rjzamora 691d638
More Polars plan optimizations for TPC-DS (#22395)
Matt711 5e6631f
Patch Arrow to set CMAKE_POLICY_VERSION_MINIMUM for RapidJSON (#22582)
KyleFromNVIDIA 752499e
Merge release/26.06 into main
madsbk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
15 changes: 15 additions & 0 deletions
15
cpp/cmake/thirdparty/patches/arrow_rapidjson_cmake_policy_version_minimum.diff
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| diff --git a/cpp/cmake_modules/FindRapidJSONAlt.cmake b/cpp/cmake_modules/FindRapidJSONAlt.cmake | ||
| index babb450e20..148dd93a78 100644 | ||
| --- a/cpp/cmake_modules/FindRapidJSONAlt.cmake | ||
| +++ b/cpp/cmake_modules/FindRapidJSONAlt.cmake | ||
| @@ -26,7 +26,10 @@ endif() | ||
| if(RapidJSONAlt_FIND_QUIETLY) | ||
| list(APPEND find_package_args QUIET) | ||
| endif() | ||
| +set(_CMAKE_POLICY_VERSION_MINIMUM_OLD ${CMAKE_POLICY_VERSION_MINIMUM}) | ||
| +set(CMAKE_POLICY_VERSION_MINIMUM 3.5) | ||
| find_package(RapidJSON ${find_package_args}) | ||
| +set(CMAKE_POLICY_VERSION_MINIMUM ${_CMAKE_POLICY_VERSION_MINIMUM_OLD}) | ||
| if(RapidJSON_FOUND) | ||
| set(RapidJSONAlt_FOUND TRUE) | ||
| if(NOT TARGET RapidJSON) |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "packages": { | ||
| "arrow": { | ||
| "version": "21.0.0", | ||
| "git_url": "https://github.com/apache/arrow.git", | ||
| "git_tag": "apache-arrow-${version}", | ||
| "git_shallow": false, | ||
| "patches": [ | ||
| { | ||
| "file": "${current_json_dir}/arrow_rapidjson_cmake_policy_version_minimum.diff", | ||
| "issue": "https://github.com/apache/arrow/pull/49993" | ||
| } | ||
| ], | ||
| "source_subdir": "cpp" | ||
| } | ||
| } | ||
| } |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix
set_sortedoption unpacking to avoid runtime crashes.At Line 248,
descending, _ = self.optionscan raise whenself.optionshas a single non-string payload (e.g., tuple in index 0). Parse fromself.options[0]consistently.🔧 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents