Skip to content

Conversation

@hsiang-c
Copy link
Contributor

Which issue does this PR close?

Partially closes #. #2380

Rationale for this change

  • Support Iceberg 1.9.1

What changes are included in this PR?

  • CI
  • Add diff for Iceberg 1.9.1

How are these changes tested?

iceberg-spark, iceberg-spark-extensions and iceberg-spark-runtime all passed locally.

@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.42%. Comparing base (f09f8af) to head (42e2c72).
⚠️ Report is 496 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2386      +/-   ##
============================================
+ Coverage     56.12%   57.42%   +1.30%     
- Complexity      976     1296     +320     
============================================
  Files           119      147      +28     
  Lines         11743    13415    +1672     
  Branches       2251     2347      +96     
============================================
+ Hits           6591     7704    +1113     
- Misses         4012     4449     +437     
- Partials       1140     1262     +122     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @hsiang-c

@andygrove andygrove merged commit 96ede70 into apache:main Sep 16, 2025
103 checks passed
@hsiang-c hsiang-c deleted the iceberg_1_9_1 branch September 16, 2025 22:47
relocate 'com.thoughtworks.paranamer', 'org.apache.iceberg.shaded.com.thoughtworks.paranamer'
- relocate 'org.apache.parquet', 'org.apache.iceberg.shaded.org.apache.parquet'
- relocate 'shaded.parquet', 'org.apache.iceberg.shaded.org.apache.parquet.shaded'
+// relocate 'org.apache.parquet', 'org.apache.iceberg.shaded.org.apache.parquet'
Copy link
Contributor

Choose a reason for hiding this comment

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

should we be keeping the original shaded versions to catch any regression here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@parthchandra I think you're right since it has been resolved by your work. I'll open a PR to address it.

Copy link
Contributor

Choose a reason for hiding this comment

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

@parthchandra I think you're right since it has been resolved by your work. I'll open a PR to address it.

Not quite. I re-introduced the relocation and found one more place where shading is broken and a second place where the unit test fails. Looking into it as part of apache/iceberg#13378

coderfender pushed a commit to coderfender/datafusion-comet that referenced this pull request Dec 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants