-
Notifications
You must be signed in to change notification settings - Fork 225
chore: Comet CI with Iceberg 1.9.1 #1950
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
base: main
Are you sure you want to change the base?
Conversation
iceberg-version: [{short: '1.8', full: '1.8.1'}] | ||
spark-version: [{short: '3.5', full: '3.5.6'}] | ||
iceberg-version: [{short: '1.8', full: '1.8.1'}, {short: '1.9', full: '1.9.1'}] | ||
spark-version: [{short: '3.4', full: '3.4.4'}, {short: '3.5', full: '3.5.6'}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Spark 3.4.4
instead of 3.4.3
b/c Iceberg 1.9.1
depends on it: https://github.com/apache/iceberg/blob/apache-iceberg-1.9.1/gradle/libs.versions.toml#L82
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I do not think we need to test Spark 3.4.4 with Iceberg 1.9.1 then.
3.4.4 is not tested for any other locations https://datafusion.apache.org/comet/user-guide/installation.html#supported-spark-versions
Let's remove 3.4.4
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1950 +/- ##
============================================
+ Coverage 56.12% 58.20% +2.07%
- Complexity 976 1152 +176
============================================
Files 119 133 +14
Lines 11743 13037 +1294
Branches 2251 2420 +169
============================================
+ Hits 6591 7588 +997
- Misses 4012 4216 +204
- Partials 1140 1233 +93 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Which issue does this PR close?
Closes #. #1685
Rationale for this change
Test latest Iceberg release.
What changes are included in this PR?
Same as #1715
How are these changes tested?