This is an automated email from the ASF dual-hosted git repository.

liujiayi771 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new b57060effb [MINOR] Fix Scala test cache invalidation for suffixed 
source roots (#12498)
b57060effb is described below

commit b57060effb744bb8a773cc766a0166dde2c879c6
Author: Joey <[email protected]>
AuthorDate: Sat Jul 11 16:05:26 2026 +0800

    [MINOR] Fix Scala test cache invalidation for suffixed source roots (#12498)
---
 dev/run-scala-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/run-scala-test.sh b/dev/run-scala-test.sh
index e5aed1c96d..3c03032d46 100755
--- a/dev/run-scala-test.sh
+++ b/dev/run-scala-test.sh
@@ -459,7 +459,7 @@ can_skip_maven() {
        -o -path "*/.profiler" -o -path "*/.mvn" \) -prune -o \
     -newer "$BUILD_SENTINEL" \( \
       -name "pom.xml" -o \
-      \( -path "*/src/*" \( -name "*.scala" -o -name "*.java" \) \) \
+      \( -path "*/src*/*" \( -name "*.scala" -o -name "*.java" \) \) \
     \) -print 2>/dev/null | head -1)
 
   [[ -z "$changed" ]]


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

Reply via email to