-
Notifications
You must be signed in to change notification settings - Fork 270
chore: Refactor remaining predicate expression serde #2265
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
|
@CuteChuanChuan fyi |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2265 +/- ##
============================================
+ Coverage 56.12% 57.80% +1.68%
- Complexity 976 1290 +314
============================================
Files 119 145 +26
Lines 11743 13363 +1620
Branches 2251 2373 +122
============================================
+ Hits 6591 7725 +1134
- Misses 4012 4381 +369
- Partials 1140 1257 +117 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| import org.apache.comet.serde.ExprOuterClass.Expr | ||
| import org.apache.comet.serde.QueryPlanSerde._ | ||
|
|
||
| object CometNot extends CometExpressionSerde[Not] { |
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.
this is nice!
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.
lgtm thanks @andygrove
Which issue does this PR close?
Part of #2019
Rationale for this change
See #2019 for rationale.
Continues the work started in #2028 and moves the remaining predicate expressions out of QueryPlanSerde
What changes are included in this PR?
How are these changes tested?