[MINOR][CI] Trigger Delta Spark UT on Velox revision updates - #12852
Open
felipepessoto wants to merge 1 commit into
Open
[MINOR][CI] Trigger Delta Spark UT on Velox revision updates#12852felipepessoto wants to merge 1 commit into
felipepessoto wants to merge 1 commit into
Conversation
Include ep/build-velox/src/get-velox.sh in the Delta Spark UT pull request paths so Velox pin changes exercise the Delta test suite. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Delta Spark UT GitHub Actions workflow to run on pull requests that change the pinned Velox revision script, ensuring Delta offload regressions are caught immediately rather than waiting for nightly runs.
Changes:
- Extend
pull_request.pathsin the Delta Spark UT workflow to includeep/build-velox/src/get-velox.sh. - Add an inline comment explaining why Velox revision bumps should trigger the Delta suite.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
What changes are proposed in this pull request?
Add
ep/build-velox/src/get-velox.shto the Delta Spark UT pull request path filters.Changes to this file update the pinned Velox revision and can affect Delta offload behavior, so they should trigger the Delta test suite instead of waiting for the nightly run.
How was this patch tested?
Ran
git diff --check. This is a workflow path-filter-only change.Was this patch authored or co-authored using generative AI tooling?
Generated-by: GitHub Copilot CLI 1.0.80