-
Notifications
You must be signed in to change notification settings - Fork 249
chore: [iceberg] test iceberg 1.10.0 #2709
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
cc5d220 to
f7134e0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2709 +/- ##
============================================
+ Coverage 56.12% 59.33% +3.20%
- Complexity 976 1448 +472
============================================
Files 119 147 +28
Lines 11743 13819 +2076
Branches 2251 2372 +121
============================================
+ Hits 6591 8199 +1608
- Misses 4012 4391 +379
- Partials 1140 1229 +89 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f7134e0 to
ac60b7c
Compare
ac60b7c to
c5013d8
Compare
|
@hsiang-c mind taking a look? |
| + model.close(); | ||
| + cometReader.close(); | ||
| + if (conf != null && conf.reader() != null) { | ||
| + conf.reader().close(); |
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.
👍
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.
LGTM, verified style and ENABLE_COMET=true ./gradlew clean -DsparkVersions=3.5 -DscalaVersion=2.12 -DflinkVersions= -DkafkaVersions= :iceberg-spark:iceberg-spark-runtime-3.5_2.12:integrationTest passed locally.
Which issue does this PR close?
Closes #2703.
Rationale for this change
What changes are included in this PR?
How are these changes tested?