Click house/apache arrow 23.0.1#74
Open
chethan-64 wants to merge 7 commits into
Open
Conversation
Author
|
Could some one create branch ClickHouse/release/23.0.1 , so i can set my PR target. |
Fix deadlock with msan (cherry picked from commit b41ff44)
Don't abort in ~CerrLog (cherry picked from commit d03245f)
Fix 'undefined symbol: pthread_atfork' on PowerPC64 (cherry picked from commit 450a563)
Fix possible use-of-uninitizliaed-value (cherry picked from commit ba5c679)
Allow Parquet map key to be optional (cherry picked from commit 0d6d07f)
Author
|
Forward-ported all ClickHouse-specific patches from apply-clickhouse-patches-to-release-23.0.0 onto Apache Arrow 23.0.1 and verified that ClickHouse builds successfully against the updated Arrow branch. |
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.
Rationale for this change
Upgrade Apache Arrow from 23.0.0 to 23.0.1 and forward-port the ClickHouse-specific patches that were previously carried on top of Arrow 23.0.0.
What changes are included in this PR?
Restore ClickHouse compatibility APIs
Forward-port ClickHouse patches:
Are these changes tested?
Yes.
Verified by building ClickHouse successfully against the updated Arrow 23.0.1 branch with all forward-ported patches applied.
Are there any user-facing changes?
No direct user-facing changes.
This update is required to move ClickHouse to Apache Arrow 23.0.1 while preserving ClickHouse-specific functionality and fixes.