Skip to content

Cherry pick #88105 to 25.7: Fix uncaught exception due noexcept tryGetCreateTableQuery()#88171

Merged
robot-clickhouse merged 2 commits intobackport/25.7/88105from
cherrypick/25.7/88105
Oct 7, 2025
Merged

Cherry pick #88105 to 25.7: Fix uncaught exception due noexcept tryGetCreateTableQuery()#88171
robot-clickhouse merged 2 commits intobackport/25.7/88105from
cherrypick/25.7/88105

Conversation

@robot-clickhouse
Copy link
Copy Markdown
Member

Original pull-request #88105

Do not merge this PR manually

This pull-request is a first step of an automated backporting.
It contains changes similar to calling git cherry-pick locally.
If you intend to continue backporting the changes, then resolve all conflicts if any.
Otherwise, if you do not want to backport them, then just close this pull-request.

The check results does not matter at this step - you can safely ignore them.

Troubleshooting

If the conflicts were resolved in a wrong way

If this cherry-pick PR is completely screwed by a wrong conflicts resolution, and you want to recreate it:

  • delete the pr-cherrypick label from the PR
  • delete this branch from the repository

You also need to check the Original pull-request for pr-backports-created label, and delete if it's presented there

The PR source

The PR is created in the CI job

azat added 2 commits October 6, 2025 22:03
It is possible that some underlying implementation can still throw (from
what I read so far it is SQLite and PostgreSQL, later was the real crash
which I observed).

So let's make tryGetCreateTableQuery() suppress only table does not
exist exception, and allow any others (from what I read it looks safe to
remove "noexcept" from a method).
Fix uncaught exception due noexcept tryGetCreateTableQuery()
@robot-clickhouse robot-clickhouse added pr-cherrypick Cherry-pick of merge-commit before backporting. Do not use manually - automated use only! do not test disable testing on pull request pr-critical-bugfix labels Oct 7, 2025
@robot-clickhouse robot-clickhouse merged commit d221bff into backport/25.7/88105 Oct 7, 2025
28 of 29 checks passed
@robot-clickhouse robot-clickhouse deleted the cherrypick/25.7/88105 branch October 7, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not test disable testing on pull request pr-cherrypick Cherry-pick of merge-commit before backporting. Do not use manually - automated use only! pr-critical-bugfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants