bytedance / bitsail

BitSail is a distributed high-performance data integration engine which supports batch, streaming and incremental scenarios. BitSail is widely used to synchronize hundreds of trillions of data every day.
https://bytedance.github.io/bitsail/
Apache License 2.0
1.63k stars 335 forks source link

[BitSail-141][Connector] Support DDL sync in KuduWriter #448

Open beyond-up opened 1 year ago

beyond-up commented 1 year ago

Prepare a Pull Request

Purpose

add a generic interface to support schema change and support DDL sync in KuduWriter

Documentation

beyond-up commented 1 year ago

@BlockLiu please help me review the code thx!

healchow commented 1 year ago

@beyond-up Hi guys, thanks for your contribution!

In addition, when submitting a PR next time, please use the latest PR template, which is clearer and can be automatically associated with the corresponding Issue.

beyond-up commented 1 year ago

@beyond-up Hi guys, thanks for your contribution!

In addition, when submitting a PR next time, please use the latest PR template, which is clearer and can be automatically associated with the corresponding Issue.

ok, I will