-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update proto definition to v0.55.0 #48
Update proto definition to v0.55.0 #48
Conversation
anshuldata
commented
Aug 19, 2024
- Fixed name of Join type which was breaking change. Updated in This PR updated these types PR
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
==========================================
- Coverage 52.33% 52.31% -0.02%
==========================================
Files 21 21
Lines 6011 6013 +2
==========================================
Hits 3146 3146
- Misses 2676 2678 +2
Partials 189 189 ☔ View full report in Codecov by Sentry. |
@@ -607,14 +607,14 @@ func (j *JoinRel) RecordType() types.StructType { | |||
switch j.joinType { |
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.
Are you going to need JoinTypeRightSingle and JoinTypeRightAnti for all of the options to be handled without a default clause?
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 PR I intended to keep for proto change so I planned to handle them in a separate PR. I updated PR to add missing ones to indicate unsupported. Kindly check
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.
Is there something that needs to be fixed in the CI?
4e7dd91
to
eeed6a1
Compare