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.62k stars 331 forks source link

[Improve][Connector] Kudu source refactor #486

Closed hitYangfei closed 1 year ago

hitYangfei commented 1 year ago

Description

this issue will improve some connector-kudu ability:

  1. use KuduScanTokenBuilder to build KuduScanner
  2. support predicate json config for kudu source : COMPARE , NULL, NOTNULL and IN
  3. add some kudu config

BitSail Component or Code Module

BitSail Connector

Are you willing to submit PR?

Code of Conduct