Skip to content

Add Prism integration tests for Delta IO - #39764

Open
goutamadwant wants to merge 1 commit into
apache:masterfrom
goutamadwant:beam-38557-prism-delta-tests
Open

Add Prism integration tests for Delta IO#39764
goutamadwant wants to merge 1 commit into
apache:masterfrom
goutamadwant:beam-38557-prism-delta-tests

Conversation

@goutamadwant

Copy link
Copy Markdown
Contributor

Adds Prism-based integration coverage for Delta Lake Managed IO.

The new tests verify that Prism can read:

  • a table written with the current Delta 4.x dependencies
  • a self-contained Delta 3.0-format table

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-tasks
  • DeltaIOPrismIT: 2 tests, 0 failures

Checklist

  • Linked the associated issue.
  • Added integration coverage and ran the affected module build.
  • CHANGES.md is not needed because this change only adds test and CI coverage.
  • This is not a large contribution requiring an ICLA.

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.17%. Comparing base (630c751) to head (9dfdf71).
⚠️ Report is 1 commits behind head on master.

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     
Flag Coverage Δ
java 64.28% <ø> (-11.36%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown
Contributor

Assigning reviewers:

R: @ahmedabu98 for label java.
R: @liferoad for label build.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task]: Add prism-based integration tests

1 participant