Add Prism integration tests for Delta IO - #39764
Open
goutamadwant wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #39764 +/- ##
============================================
+ Coverage 55.99% 58.17% +2.18%
- Complexity 2277 13101 +10824
============================================
Files 1115 2523 +1408
Lines 175914 265755 +89841
Branches 1467 10795 +9328
============================================
+ Hits 98496 154612 +56116
- Misses 74912 105332 +30420
- Partials 2506 5811 +3305
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
|
Assigning reviewers: R: @ahmedabu98 for label java. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Prism-based integration coverage for Delta Lake Managed IO.
The new tests verify that Prism can read:
This adds a dedicated Gradle task that builds the local Prism binary and runs only the Prism integration test class. The existing local and Dataflow integration tasks exclude the Prism-specific class so runner selection remains explicit. The Delta IO precommit workflow now runs the new task.
Fixes #38557
Testing
./gradlew :sdks:java:io:delta:build :sdks:java:io:delta:prismIntegrationTest --no-daemon --no-build-cache --rerun-tasksDeltaIOPrismIT: 2 tests, 0 failuresChecklist
CHANGES.mdis not needed because this change only adds test and CI coverage.