Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flink][flink-cdc] Add FLOAT type adaptation to HAVE_SCALE_LIST #3281

Closed
wants to merge 3 commits into from

Conversation

Lvbm
Copy link

@Lvbm Lvbm commented Apr 28, 2024

Purpose

Fixed the problem that when using cdc for data synchronization, when the field type of the data source is float, an exception message will appear during synchronization: just like … :java.lang.NumberFormatException: For input string: "10,2"

Tests

API and Format

Documentation

Burning added 2 commits April 28, 2024 17:53
…is :java.lang.NumberFormatException: For input string: "10,2"
the test error example is org.apache.paimon.flink.action.cdc.kafka.KafkaCanalSyncTableActionITCase >> java.lang.StringIndexOutOfBoundsException: String index out of range: -7
@Lvbm
Copy link
Author

Lvbm commented May 7, 2024

@JingsongLi please review, thanks!

@Lvbm Lvbm closed this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant