-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat: Add import reader for binlog #28910
Conversation
@bigsheeper E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
292cbd5
to
963891f
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #28910 +/- ##
==========================================
- Coverage 83.72% 83.66% -0.07%
==========================================
Files 679 685 +6
Lines 108623 109117 +494
==========================================
+ Hits 90949 91292 +343
- Misses 14361 14465 +104
- Partials 3313 3360 +47
|
@bigsheeper ut workflow job failed, comment |
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
…2-binlog-reader
…2-binlog-reader
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
…2-binlog-reader
…2-binlog-reader
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
…2-binlog-reader
…2-binlog-reader
@bigsheeper ut workflow job failed, comment |
…2-binlog-reader
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper ut workflow job failed, comment |
…2-binlog-reader
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
@bigsheeper E2e jenkins job failed, comment |
/run-cpu-e2e |
…2-binlog-reader
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
rerun ut |
…2-binlog-reader
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
if err != nil { | ||
return nil, err | ||
} | ||
fieldData, err := fr.Next(-1) |
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.
fr.Next() ?
you can modify this in next pr?
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, czs007 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 |
This PR defines the new import reader interfaces and implement a binlog reader for import.
issue: #28521