goutamadwant opened a new pull request, #39764: URL: https://github.com/apache/beam/pull/39764
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 - [x] Linked the associated issue. - [x] Added integration coverage and ran the affected module build. - [x] `CHANGES.md` is not needed because this change only adds test and CI coverage. - [x] This is not a large contribution requiring an ICLA. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
