-
Notifications
You must be signed in to change notification settings - Fork 253
Chore: Refactor static invoke exprs #2671
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
Chore: Refactor static invoke exprs #2671
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2671 +/- ##
============================================
+ Coverage 56.12% 58.52% +2.39%
- Complexity 976 1444 +468
============================================
Files 119 160 +41
Lines 11743 13892 +2149
Branches 2251 2368 +117
============================================
+ Hits 6591 8130 +1539
- Misses 4012 4568 +556
- Partials 1140 1194 +54 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# Conflicts: # spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala
andygrove
left a comment
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 @kazantsev-maksim
comphead
left a comment
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.
Thanks @kazantsev-maksim for the contribution, I was not quite sure about naming statics as looks like it would be a one trick pony as no other statics, but it is okay for now!
|
@andygrove @comphead thanks for the review! |
Which issue does this PR close?
Part of: #2443
Rationale for this change
Part of: #2443
What changes are included in this PR?
How are these changes tested?
Tested with existing unit tests