Skip to content

[GLUTEN-11488][CH] Update Clickhouse Version (Stable-25.12.10.7_20260425)#11734

Merged
zzcclp merged 6 commits intoapache:mainfrom
zzcclp:rebase_25_12
Apr 29, 2026
Merged

[GLUTEN-11488][CH] Update Clickhouse Version (Stable-25.12.10.7_20260425)#11734
zzcclp merged 6 commits intoapache:mainfrom
zzcclp:rebase_25_12

Conversation

@zzcclp
Copy link
Copy Markdown
Contributor

@zzcclp zzcclp commented Mar 11, 2026

  1. Update Clickhouse version to Stable-25.12.10.7 (20260425)
  2. [GLUTEN-11488][CH] Support aggregate function and align sparkArrayFold lambda types

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

@github-actions github-actions Bot added CORE works for Gluten Core CLICKHOUSE labels Mar 11, 2026
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zzcclp
Copy link
Copy Markdown
Contributor Author

zzcclp commented Mar 11, 2026

Run Gluten Clickhouse CI on x86

@github-actions github-actions Bot removed the CORE works for Gluten Core label Mar 11, 2026
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

3 similar comments
@zzcclp
Copy link
Copy Markdown
Contributor Author

zzcclp commented Mar 11, 2026

Run Gluten Clickhouse CI on x86

@zzcclp
Copy link
Copy Markdown
Contributor Author

zzcclp commented Mar 11, 2026

Run Gluten Clickhouse CI on x86

@zzcclp
Copy link
Copy Markdown
Contributor Author

zzcclp commented Mar 11, 2026

Run Gluten Clickhouse CI on x86

@github-actions github-actions Bot added the CORE works for Gluten Core label Mar 11, 2026
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

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]);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is enable_lazy_columns_replication enabled by default now? I think it is useful for the performance of lateral view explode

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, the default value is true

Copy link
Copy Markdown
Contributor

@taiyang-li taiyang-li left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Pls fix the ch ci.

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@weiting-chen weiting-chen mentioned this pull request Mar 25, 2026
60 tasks
@zzcclp
Copy link
Copy Markdown
Contributor Author

zzcclp commented Apr 1, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

2 similar comments
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

Copy link
Copy Markdown
Contributor

@zhanglistar zhanglistar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zzcclp zzcclp changed the title [CH]Update Clickhouse Version (Branch_25.12_20260310) [CH] Update Clickhouse Version (Stable-25.12.10.7_20260425) Apr 27, 2026
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

1 similar comment
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

zzcclp and others added 6 commits April 28, 2026 19:49
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)
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zzcclp zzcclp changed the title [CH] Update Clickhouse Version (Stable-25.12.10.7_20260425) [GLUTEN-11488][CH] Update Clickhouse Version (Stable-25.12.10.7_20260425) Apr 29, 2026
Copy link
Copy Markdown
Contributor

@lgbo-ustc lgbo-ustc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zzcclp zzcclp merged commit 4a018f6 into apache:main Apr 29, 2026
68 of 69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLICKHOUSE CORE works for Gluten Core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants