Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flink: move the classes from flink.sink.shuffle.statistics pkg to one level up as flink.sink.shuffle pkg #7322

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

stevenzwu
Copy link
Contributor

@stevenzwu stevenzwu commented Apr 11, 2023

We may have 20 classes in the shuffle package. seems not necessary to have a statistics sub package under shuffle. and the classes are more tightly related that we have to make the statistics class public if living inside a sub package.

@github-actions github-actions bot added the flink label Apr 11, 2023
@stevenzwu
Copy link
Contributor Author

will merge. there is no code change. just simple package reorg to reduce the depth of packages.

also verified the diff

➜  iceberg git:(reorg-flink-shuffle-pkg) ✗ git diff --no-index  flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/sink/shuffle flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/sink/shuffle
➜  iceberg git:(reorg-flink-shuffle-pkg) ✗ git diff --no-index  flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/sink/shuffle flink/v1.17/flink/src/test/java/org/apache/iceberg/flink/sink/shuffle

@stevenzwu stevenzwu merged commit 9f9e189 into apache:master Apr 11, 2023
12 checks passed
ericlgoodman pushed a commit to ericlgoodman/iceberg that referenced this pull request Apr 12, 2023
manisin pushed a commit to Snowflake-Labs/iceberg that referenced this pull request May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants