-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 multi-table sink feature for kudu #5951
Conversation
Please waiting #5955 be merged, then do test again. |
ok |
@@ -210,10 +215,6 @@ private void initializeKuduTable() throws KuduException { | |||
new ColumnSchema.ColumnSchemaBuilder("val_unixtime_micros", Type.UNIXTIME_MICROS) | |||
.nullable(true) | |||
.build()); | |||
columns.add( |
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 remove binary
type?
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.
binary type, difficult to generate in fake, and difficult to compare,KuduIT contains all types of checks
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
Purpose of this pull request
Does this PR introduce any user-facing change?
close #5719
How was this patch tested?
new e2e test
Check list
New License Guide
release-note
.