andygrove opened a new pull request, #4303:
URL: https://github.com/apache/datafusion-comet/pull/4303

   ## Summary
   
   - **miri.yml**: Replace broad `paths-ignore` list with a `paths` allow-list 
of just `native/**`. Miri only runs `cargo miri test` on Rust code in the 
native directory, so it doesn't need to trigger on JVM-only changes (`spark/`, 
`common/`, `dev/`, etc.)
   - **pr_missing_suites.yml**: Add `paths` allow-list targeting only the files 
the check actually inspects — test suite Scala files, the PR build workflows, 
and the check script itself. Previously ran on every PR regardless of what 
changed.
   
   ## Test plan
   
   - [ ] Verify miri still runs when native/ Rust code changes
   - [ ] Verify miri is skipped for JVM-only or docs-only changes
   - [ ] Verify missing-suites check runs when adding/removing a `*Suite.scala` 
file
   - [ ] Verify missing-suites check is skipped for unrelated changes (native/, 
docs/, etc.)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to