-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Labels
difficulty-easyEasy difficulty to fix this issueEasy difficulty to fix this issuehelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem? Please describe
Current BitSail supports KuduWriter
in connector-kudu
module.
In practical use, when the upstream schema has one or more columns that target Kudu table does't have, we may want to add these columns to the Kudu Table.
So this issue requires supports such DDL sync in Kudu Writer.
Describe the solution you'd like
One can use com.bytedance.bitsail.base.extension.SchemaAlignmentable
to achieve this feature.
Describe alternatives you've considered
An alternative way is that you can design your own interface and use the interface in current framework.
Additional context
N/A
Metadata
Metadata
Assignees
Labels
difficulty-easyEasy difficulty to fix this issueEasy difficulty to fix this issuehelp wantedExtra attention is neededExtra attention is needed