Fix unhandled exception in executable table function for invalid escape sequences#101819
Fix unhandled exception in executable table function for invalid escape sequences#101819leftmain wants to merge 2 commits intoClickHouse:masterfrom
Conversation
|
This isn't a bug fix, it just changes one exception type (std::exception, boost::exception, which we don't expect, and prefer not to use) to another (which we expect). There was no unhandled exception, and there was no bug. It does not fix the issue:
|
alexey-milovidov
left a comment
There was a problem hiding this comment.
However, this change is good on its own.
|
Workflow [PR], commit [4af9dd1] Summary: ❌
AI ReviewSummaryThis PR converts an unhandled parser exception path in the ClickHouse Rules
Final Verdict
|
LLVM Coverage Report
Changed lines: 86.67% (13/15) | lost baseline coverage: 1 line(s) · Uncovered code |
#101565
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix unhandled exception in executable table function for invalid escape sequences
Documentation entry for user-facing changes
N/A: just a bug fix