Skip to content

Fix CdcAsFlussRow.java file location to match package declaration#4411

Merged
leonardBang merged 1 commit into
apache:masterfrom
haruki-830:master
May 25, 2026
Merged

Fix CdcAsFlussRow.java file location to match package declaration#4411
leonardBang merged 1 commit into
apache:masterfrom
haruki-830:master

Conversation

@haruki-830
Copy link
Copy Markdown
Contributor

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.

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)
@haruki-830 haruki-830 marked this pull request as draft May 25, 2026 03:31
@haruki-830 haruki-830 marked this pull request as ready for review May 25, 2026 03:32
Copy link
Copy Markdown
Contributor

@lvyanquan lvyanquan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1.

@leonardBang leonardBang merged commit 4b62e3d into apache:master May 25, 2026
53 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants