Skip to content

[GLUTEN-10961][CH] Support joins without any join clause#10967

Merged
zzcclp merged 3 commits intoapache:mainfrom
bigo-sg:debug_1028
Nov 4, 2025
Merged

[GLUTEN-10961][CH] Support joins without any join clause#10967
zzcclp merged 3 commits intoapache:mainfrom
bigo-sg:debug_1028

Conversation

@lgbo-ustc
Copy link
Contributor

@lgbo-ustc lgbo-ustc commented Oct 29, 2025

What changes are proposed in this pull request?

Support joins without any join clauses. For example

select a, b from (select id as a from range(1) ) full join (select id as b from range(2));

How was this patch tested?

Tested by UTs

Related issue: #10961

@lgbo-ustc
Copy link
Contributor Author

depents on Kyligence/ClickHouse#520

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@lgbo-ustc lgbo-ustc marked this pull request as ready for review October 29, 2025 07:34
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

1 similar comment
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

1 similar comment
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Nov 4, 2025

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Nov 4, 2025

Run Gluten Clickhouse CI on x86

@zzcclp zzcclp merged commit bb6b19f into apache:main Nov 4, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants