-
Notifications
You must be signed in to change notification settings - Fork 352
fix: filter out null row ids #4020
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
Conversation
Signed-off-by: BubbleCal <bubble-cal@outlook.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4020 +/- ##
=======================================
Coverage 78.61% 78.61%
=======================================
Files 285 285
Lines 113097 113101 +4
Branches 113097 113101 +4
=======================================
+ Hits 88916 88920 +4
+ Misses 20744 20743 -1
- Partials 3437 3438 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
If we can't handle nulls it might be easier to just filter them out at the source. For example, in scanner.rs in
to...
Here's a python test to reproduce:
|
Signed-off-by: BubbleCal <bubble-cal@outlook.com>
Signed-off-by: BubbleCal <bubble-cal@outlook.com>
No description provided.