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

optimize KuduRowDeserializer use RowTypeInfo in runtime #430

Closed beyond-up closed 1 year ago

beyond-up commented 1 year ago

Signed-off-by:

Pre-Checklist

Note: Please complete ALL items in the following checklist.

Purpose

Use TypeInfo in runtime to parse data in KuduRowDeserializer

Related Issues

https://github.com/bytedance/bitsail/issues/258

New Behavior (screenshots if needed)

N/A

BlockLiu commented 1 year ago

LGTM