Skip to content

Save message format strings for DB::Exception#45342

Merged
tavplubix merged 10 commits intomasterfrom
exception_message_patterns
Jan 20, 2023
Merged

Save message format strings for DB::Exception#45342
tavplubix merged 10 commits intomasterfrom
exception_message_patterns

Conversation

@tavplubix
Copy link
Member

@tavplubix tavplubix commented Jan 17, 2023

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Continuation of #44543

@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added pr-not-for-changelog This PR should not be mentioned in the changelog submodule changed At least one submodule changed in this PR. labels Jan 17, 2023
@tavplubix tavplubix marked this pull request as ready for review January 17, 2023 19:05
@tavplubix
Copy link
Member Author

Performance Comparison [3/4] - #45414
Stateless tests (debug) [2/5] - #45406
Stateless tests (debug, s3 storage) [4/6] - #45406

@tavplubix tavplubix merged commit 910d6dc into master Jan 20, 2023
@tavplubix tavplubix deleted the exception_message_patterns branch January 20, 2023 15:46
substr(replaceRegexpAll(message, '[^A-Za-z]+', ''), 1, 32) AS pattern,
substr(any(message), 1, 256) as runtime_message
substr(any(message), 1, 256) as runtime_message,
any((extract(source_file, '\/[a-zA-Z0-9_]+\.[a-z]+'), source_line)) as line
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog submodule changed At least one submodule changed in this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants