yuxiqian opened a new pull request, #3651: URL: https://github.com/apache/flink-cdc/pull/3651
This closes FLINK-36565. Currently, table-merging router does not allow coercing `Decimal` fields with different precisions from upstream, which means some lossless conversions are actually not possible, including: * `TINYINT`, `SMALLINT`, `INT`, `BIGINT` to `DECIMAL(p > 17, s >= 0)` * low precision `DECIMAL` to high precision ones --- I've baked the changes in #3636 (FLINK-36474) into this PR since there are some common changes between them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org