-
Notifications
You must be signed in to change notification settings - Fork 117
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: update ce sdk version and codegen #3964
chore: update ce sdk version and codegen #3964
Conversation
Signed-off-by: Calum Murray <cmurray@redhat.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3964 +/- ##
=======================================
Coverage 48.24% 48.24%
=======================================
Files 246 246
Lines 14500 14500
=======================================
Hits 6995 6995
Misses 6799 6799
Partials 706 706 ☔ View full report in Codecov by Sentry. |
import io.cloudevents.sql.Expression; | ||
import io.cloudevents.sql.Parser; | ||
import io.cloudevents.sql.Type; | ||
import io.cloudevents.sql.*; |
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.
no no. no wildcards :-)
@@ -51,7 +51,7 @@ static Stream<Arguments> testCases() { | |||
Arguments.of(event, "'TRUE'", true), | |||
Arguments.of(event, "'FALSE'", false), | |||
Arguments.of(event, "0", false), | |||
Arguments.of(event, "1", false), | |||
Arguments.of(event, "1", true), |
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.
wat?
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.
why was that false before? 😅
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.
Oh before integer to boolean casting was a cast error, which turns in a filter result of false. In v1, we defined integer to boolean casting so now it works :)
Signed-off-by: Calum Murray <cmurray@redhat.com>
/test upgrade-tests |
1 similar comment
/test upgrade-tests |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, matzew The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
/retest-required |
1 similar comment
/retest-required |
/retest |
/retest-required |
/retest |
1 similar comment
/retest |
/retest |
/test upgrade-tests |
/retest |
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.16.1 - https://commons.apache.org/proper/commons-codec/) | ||
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) |
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.
same library 2 different versions? 😕
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.
Oh not sure how that happened. Any ideas?
Updates the cloudevents sdk to support CESQL v1
Proposed Changes
Release Note