-
Notifications
You must be signed in to change notification settings - Fork 166
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: Optimize CheckOverflow #852
fix: Optimize CheckOverflow #852
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @kazuyukitanimura
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #852 +/- ##
=============================================
+ Coverage 34.05% 55.15% +21.09%
+ Complexity 879 857 -22
=============================================
Files 112 109 -3
Lines 42959 10542 -32417
Branches 9488 2010 -7478
=============================================
- Hits 14629 5814 -8815
+ Misses 25330 3714 -21616
+ Partials 3000 1014 -1986 ☔ View full report in Codecov by Sentry. |
Merged, thanks @andygrove |
## Which issue does this PR close? ## Rationale for this change This PR improves CheckOverflow performance ## What changes are included in this PR? This PR directly calls arrow validation methods ## How are these changes tested? Existing tests (cherry picked from commit 829656c)
Which issue does this PR close?
Rationale for this change
This PR improves CheckOverflow performance
What changes are included in this PR?
This PR directly calls arrow validation methods
How are these changes tested?
Existing tests