[GLUTEN-11488][CH] Update Clickhouse Version (Stable-25.12.10.7_20260425)#11734
[GLUTEN-11488][CH] Update Clickhouse Version (Stable-25.12.10.7_20260425)#11734zzcclp merged 6 commits intoapache:mainfrom
Conversation
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
3 similar comments
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
| array_join.is_left = is_left; | ||
| auto array_join_step = std::make_unique<DB::ArrayJoinStep>( | ||
| plan.getCurrentHeader(), std::move(array_join), false, context->getSettingsRef()[DB::Setting::max_block_size]); | ||
| plan.getCurrentHeader(), std::move(array_join), false, context->getSettingsRef()[DB::Setting::max_block_size], context->getSettingsRef()[DB::Setting::enable_lazy_columns_replication]); |
There was a problem hiding this comment.
is enable_lazy_columns_replication enabled by default now? I think it is useful for the performance of lateral view explode
There was a problem hiding this comment.
yeah, the default value is true
taiyang-li
left a comment
There was a problem hiding this comment.
LGTM. Pls fix the ch ci.
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
2 similar comments
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
1. Update Clickhouse version to stable version v25.12.10.7 2. [GLUTEN-11488][CH] Support aggregate function and align sparkArrayFold lambda types (cherry picked from commit 137cfcdc76d9d32cdb8f7d3f977a7917157ed750)
|
Run Gluten Clickhouse CI on x86 |
What changes are proposed in this pull request?
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?
Related issue: #11488