Fix crash in ConcurrentHashJoin with empty USING ()#81754
Merged
nikitamikhaylov merged 3 commits intomasterfrom Jun 13, 2025
Merged
Fix crash in ConcurrentHashJoin with empty USING ()#81754nikitamikhaylov merged 3 commits intomasterfrom
ConcurrentHashJoin with empty USING ()#81754nikitamikhaylov merged 3 commits intomasterfrom
Conversation
Contributor
KochetovNicolai
approved these changes
Jun 12, 2025
novikd
approved these changes
Jun 13, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jun 14, 2025
Cherry pick #81754 to 24.8: Fix crash in `ConcurrentHashJoin` with empty `USING ()`
This was referenced Jun 14, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jun 14, 2025
Cherry pick #81754 to 25.3: Fix crash in `ConcurrentHashJoin` with empty `USING ()`
This was referenced Jun 14, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jun 14, 2025
Cherry pick #81754 to 25.4: Fix crash in `ConcurrentHashJoin` with empty `USING ()`
This was referenced Jun 14, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jun 14, 2025
Cherry pick #81754 to 25.5: Fix crash in `ConcurrentHashJoin` with empty `USING ()`
alexey-milovidov
added a commit
that referenced
this pull request
Jun 14, 2025
Backport #81754 to 25.4: Fix crash in `ConcurrentHashJoin` with empty `USING ()`
nickitat
added a commit
that referenced
this pull request
Jun 16, 2025
Backport #81754 to 25.3: Fix crash in `ConcurrentHashJoin` with empty `USING ()`
nickitat
added a commit
that referenced
this pull request
Jun 16, 2025
Backport #81754 to 25.5: Fix crash in `ConcurrentHashJoin` with empty `USING ()`
baibaichen
pushed a commit
to Kyligence/gluten
that referenced
this pull request
Jun 21, 2025
…allel_hash_empty_using" Due to ClickHouse/ClickHouse#81754
baibaichen
pushed a commit
to apache/gluten
that referenced
this pull request
Jun 21, 2025
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250621) * Fix Build due to ClickHouse/ClickHouse#82194 * [TMP] Partially revert "Merge pull request #81754 from ClickHouse/parallel_hash_empty_using" Due to ClickHouse/ClickHouse#81754 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang chen <[email protected]>
kyligence-git
pushed a commit
to Kyligence/ClickHouse
that referenced
this pull request
Jun 21, 2025
kyligence-git
pushed a commit
to Kyligence/ClickHouse
that referenced
this pull request
Jun 22, 2025
kyligence-git
pushed a commit
to Kyligence/ClickHouse
that referenced
this pull request
Jun 23, 2025
kyligence-git
pushed a commit
to Kyligence/ClickHouse
that referenced
this pull request
Jun 24, 2025
baibaichen
pushed a commit
to Kyligence/gluten
that referenced
this pull request
Jun 27, 2025
baibaichen
pushed a commit
to Kyligence/gluten
that referenced
this pull request
Jun 27, 2025
baibaichen
pushed a commit
to Kyligence/gluten
that referenced
this pull request
Jun 28, 2025
baibaichen
pushed a commit
to Kyligence/gluten
that referenced
this pull request
Jun 29, 2025
baibaichen
pushed a commit
to apache/gluten
that referenced
this pull request
Jun 29, 2025
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250629) * Fix Build due to ClickHouse/ClickHouse#80931 * Fix Build due to ClickHouse/ClickHouse#81976 * Fix Build due to ClickHouse/ClickHouse#82508 * Try to Fix issue caused by ClickHouse/ClickHouse#81754 see ClickHouse/ClickHouse#82379 * Fix UT due to ClickHouse/ClickHouse#82358 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang chen <[email protected]>
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.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix crash in
ConcurrentHashJoinwith emptyUSING ()and old analyzer enabled.Closes: #81540