r0y4d3v created FLINK-37888: ------------------------------- Summary: Flink CDC data format conversion error when writing to Iceberg Key: FLINK-37888 URL: https://issues.apache.org/jira/browse/FLINK-37888 Project: Flink Issue Type: Bug Components: Flink CDC Affects Versions: cdc-3.4.0 Reporter: r0y4d3v
TINYINT is converted to BOOLEAN, but according to https://iceberg.apache.org/docs/nightly/flink/#flink-to-iceberg, it should be converted to INTEGER. If it's converted to BOOLEAN, the MySQL connector option treat-tinyint1-as-boolean.enabled=false will not take effect. -- This message was sent by Atlassian Jira (v8.20.10#820010)