The GitHub Actions job "Flink CDC CI" on flink-cdc.git/master has failed.
Run started by GitHub user ironman-star (triggered by lvyanquan).

Head commit for run:
2c908a6790ed77dfc850b19a5af1f4fb07b6ffc5 / mike <[email protected]>
[FLINK-39832] Fix Oracle NUMBER(p,0) with p>=19 incorrectly mapped to BIGINT

  OracleTypeUtils.fromDbzColumn mapped NUMBER(p,0) to BIGINT for all
  precisions, but Debezium encodes p>=19 as DECIMAL(BYTES). The mismatch
  caused the sink to read a BinaryRecordData pointer as a long, producing
  a constant garbage PK (171798691841) and collapsing all rows on upsert.

  Now returns DECIMAL(p,0) when p>=19, aligned with Debezium runtime behavior.

Report URL: https://github.com/apache/flink-cdc/actions/runs/26868419766

With regards,
GitHub Actions via GitBox

Reply via email to