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

TestFlinkIcebergSinkDistributionMode#testRangeDistributionStatisticsMigration() is failing #11835

Open
1 of 3 tasks
jbonofre opened this issue Dec 20, 2024 · 0 comments
Open
1 of 3 tasks
Assignees
Labels
bug Something isn't working

Comments

@jbonofre
Copy link
Member

Apache Iceberg version

None

Query engine

Flink

Please describe the bug 🐞

When building iceberg-java main, TestFlinkIcebergSinkDistributionMode#testRangeDistributionStatisticsMigration() is failing:

TestFlinkIcebergSinkDistributionMode > testRangeDistributionStatisticsMigration() > parallelism = 2, partitioned = true FAILED
    java.lang.AssertionError: 
    Expecting actual:
      10999
    to be less than or equal to:
      500 
        at org.apache.iceberg.flink.sink.TestFlinkIcebergSinkDistributionMode.assertIdColumnStatsNoRangeOverlap(TestFlinkIcebergSinkDistributionMode.java:530)
        at org.apache.iceberg.flink.sink.TestFlinkIcebergSinkDistributionMode.testRangeDistributionStatisticsMigration(TestFlinkIcebergSinkDistributionMode.java:475)

I'm investigating the cause and I will provide a fix.

Willingness to contribute

  • I can contribute a fix for this bug independently
  • I would be willing to contribute a fix for this bug with guidance from the Iceberg community
  • I cannot contribute a fix for this bug at this time
@jbonofre jbonofre added the bug Something isn't working label Dec 20, 2024
@jbonofre jbonofre self-assigned this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant