-
Notifications
You must be signed in to change notification settings - Fork 24
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
[to #250] cdc: remove empty value check in client-go #277
Conversation
Signed-off-by: pingyu <[email protected]>
Signed-off-by: pingyu <[email protected]>
Signed-off-by: pingyu <[email protected]>
Signed-off-by: pingyu <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #277 +/- ##
================================================
+ Coverage 54.3283% 54.5755% +0.2471%
================================================
Files 238 238
Lines 20227 20227
================================================
+ Hits 10989 11039 +50
+ Misses 8358 8289 -69
- Partials 880 899 +19
*This pull request uses carry forward flags. Click here to find out more.
|
Signed-off-by: pingyu <[email protected]>
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~
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
Signed-off-by: pingyu [email protected]
What problem does this PR solve?
Issue Number: close #250
Problem Description: cdc: changefeed raise error "empty value is not supported"
What is changed and how does it work?
Code changes
Check List for Tests
This PR has been tested by at least one of the following methods:
Side effects
Related changes