Skip to content

Commit bcd3d89

Browse files
春栖春栖
authored andcommitted
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)
1 parent b6275e7 commit bcd3d89

1 file changed

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-fluss/src/main/java/org/apache/flink/cdc/connectors/fluss/sink/row/row/CdcAsFlussRow.java renamed to flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-fluss/src/main/java/org/apache/flink/cdc/connectors/fluss/sink/row/CdcAsFlussRow.java

File renamed without changes.

0 commit comments

Comments
 (0)