The GitHub Actions job "Flink CDC CI" on flink-cdc.git/master has succeeded.
Run started by GitHub user haruki-830 (triggered by leonardBang).

Head commit for run:
bcd3d89296249b2e8667fb79fe141552e105fd68 / 春栖 <[email protected]>
Fix CdcAsFlussRow.java file location to match package declaration

The file CdcAsFlussRow.java was incorrectly located in sink/row/row/
directory while its package declaration is 
org.apache.flink.cdc.connectors.fluss.sink.row.
This mismatch violates Java's requirement that package declaration must
match the file system path.

Moved CdcAsFlussRow.java from sink/row/row/ to sink/row/ to align with:
- Java language specification requirements
- The package declaration
- Other related classes (CdcAsFlussArray.java, CdcAsFlussMap.java)

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

With regards,
GitHub Actions via GitBox

Reply via email to