Click house/apache arrow 23.0.1#74
Conversation
|
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)
|
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. |
Not true. I'm looking
and I see that some patches are missing. |
remove debug table validation checks (cherry picked from commit 210f686)
|
I found and forward-ported the following patches from
Note that the functionality from raw_orc_reader and count-from-record-batch is preserved via the Restore ClickHouse compatibility APIs commit: *GetRawORCReader() These were carried forward together in a single compatibility commit rather than as separate cherry-picked commits. I also updated Could you please point me to the specific patches that are still missing? I want to make sure I carry over the complete ClickHouse patch set. |
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.