Skip to content

Fix handling of empty tuple in array() function#84297

Merged
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
amosbird:fix-84202
Jul 25, 2025
Merged

Fix handling of empty tuple in array() function#84297
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
amosbird:fix-84202

Conversation

@amosbird
Copy link
Copy Markdown
Collaborator

@amosbird amosbird commented Jul 23, 2025

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):

Fixed incorrect construction of empty tuples in the array() function. This fixes #84202.

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Jul 23, 2025

Workflow [PR], commit [26b0495]

@clickhouse-gh clickhouse-gh bot added the pr-bugfix Pull request with bugfix, not backported by default label Jul 23, 2025
@alexey-milovidov alexey-milovidov self-assigned this Jul 23, 2025
@alexey-milovidov alexey-milovidov added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Jul 23, 2025
@alexey-milovidov alexey-milovidov merged commit ead57ba into ClickHouse:master Jul 25, 2025
117 of 123 checks passed
@robot-ch-test-poll1 robot-ch-test-poll1 added pr-backports-created-cloud deprecated label, NOOP pr-must-backport-synced The `*-must-backport` labels are synced into the cloud Sync PR labels Jul 26, 2025
robot-clickhouse added a commit that referenced this pull request Jul 26, 2025
Cherry pick #84297 to 25.3: Fix handling of empty tuple in array() function
robot-clickhouse added a commit that referenced this pull request Jul 26, 2025
Cherry pick #84297 to 25.4: Fix handling of empty tuple in array() function
robot-clickhouse added a commit that referenced this pull request Jul 26, 2025
Cherry pick #84297 to 25.5: Fix handling of empty tuple in array() function
robot-clickhouse added a commit that referenced this pull request Jul 26, 2025
Cherry pick #84297 to 25.6: Fix handling of empty tuple in array() function
robot-clickhouse added a commit that referenced this pull request Jul 26, 2025
Cherry pick #84297 to 25.7: Fix handling of empty tuple in array() function
@robot-clickhouse-ci-2 robot-clickhouse-ci-2 added the pr-synced-to-cloud The PR is synced to the cloud repo label Jul 26, 2025
clickhouse-gh bot added a commit that referenced this pull request Jul 26, 2025
Backport #84297 to 25.7: Fix handling of empty tuple in array() function
alexey-milovidov added a commit that referenced this pull request Jul 26, 2025
Backport #84297 to 25.5: Fix handling of empty tuple in array() function
alexey-milovidov added a commit that referenced this pull request Jul 26, 2025
Backport #84297 to 25.6: Fix handling of empty tuple in array() function
alexey-milovidov added a commit that referenced this pull request Jul 26, 2025
Backport #84297 to 25.3: Fix handling of empty tuple in array() function
@robot-ch-test-poll3 robot-ch-test-poll3 added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-backports-created-cloud deprecated label, NOOP pr-bugfix Pull request with bugfix, not backported by default pr-must-backport Pull request should be backported intentionally. Use this label with great care! pr-must-backport-synced The `*-must-backport` labels are synced into the cloud Sync PR pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad alignment with empty tuples

5 participants