liujiayi771 opened a new pull request, #12498:
URL: https://github.com/apache/gluten/pull/12498

   ## What changes are proposed in this pull request?
   
   The Scala test runner's Maven cache invalidation only matched source files 
under directories named exactly `src`. Changes under profile-specific source 
roots such as `src-paimon` and `src-delta` could therefore reuse stale compiled 
classes.
   
   Expand the path match to `src*` so both standard and profile-specific source 
roots invalidate the cache.
   
   ## How was this patch tested?
   
   - `bash -n dev/run-scala-test.sh`
   - `git diff --check`
   - Verified that the updated `find` pattern matches source files under 
`gluten-paimon/src-paimon` and `backends-velox/src-delta`
   
   ## Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: OpenAI Codex GPT-5
   


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