-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(error): Skip lineno deserialization on failure
### 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`).
- Loading branch information
1 parent
93fb96c
commit da2b886
Showing
3 changed files
with
147 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters