Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(error): Skip lineno deserialization on failure #5983

Merged
merged 1 commit into from
May 29, 2024

Conversation

john-z-yang
Copy link
Member

Overview

Relay can send lineno field as a u64, but in clickhouse, we are only storing them as u32. This pr changes the behaviour of the error consumer when it encounters a lineno greater than a u32, instead of failing, it uses the default value (None).

@john-z-yang john-z-yang marked this pull request as ready for review May 29, 2024 19:32
@john-z-yang john-z-yang requested a review from a team as a code owner May 29, 2024 19:32
@john-z-yang john-z-yang requested a review from a team May 29, 2024 19:32
@john-z-yang john-z-yang merged commit da2b886 into master May 29, 2024
30 checks passed
@john-z-yang john-z-yang deleted the john/lineno-default-on-err branch May 29, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants