-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature][Connector-V2] Support TableSourceFactory/TableSinkFactory on kudu #5789
Conversation
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.
Thanks @Carl-Zhou-CN . Please remove setTypeInfo
and prepare
method in KuduSink
, remove prepare
method in KuduSource
. After we implement TableSourceFactory/TableSinkFactory
it will never be used.
Please answer this question in PR template: |
TableSourceFactory/TableSinkFactory on kudu
TableSourceFactory/TableSinkFactory on kudu
0250f7a
waiting for this pr merge |
Please merge from dev to retrigger CI. |
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.
Thanks @Carl-Zhou-CN !
close #5720
Purpose of this pull request
TableSourceFactory/TableSinkFactory on kudu
Does this PR introduce any user-facing change?
How was this patch tested?
Current e2e test
Check list
New License Guide
release-note
.