paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[flink][flink-cdc] Improve the compatibility of getting kafka-cdc precision and scale

Open Lvbm opened this issue 1 year ago • 1 comments

Purpose Fixed the problem that when using kafka-cdc for data synchronization, when the field type of the data source is float(10,2) or double(8), an exception message will appear when getPrecision and getScale: just like … :java.lang.NumberFormatException: For input string: "10,2", or java.lang.NumberFormatException: For input string: "DOUBLE(8" ...

Tests API and Format Documentation

Lvbm avatar May 14 '24 15:05 Lvbm

@JingsongLi please review,thanks

Lvbm avatar May 22 '24 10:05 Lvbm