felipepessoto commented on code in PR #12388:
URL: https://github.com/apache/gluten/pull/12388#discussion_r3533057511


##########
.github/workflows/velox_backend_x86.yml:
##########
@@ -19,6 +19,11 @@ on:
   pull_request:
     paths:
       - '.github/workflows/velox_backend_x86.yml'
+      # Delta Spark UT runs here too (reusable delta_spark_ut.yml). These extra
+      # paths make Delta-CI-only changes trigger this workflow; Delta also 
runs on
+      # the velox paths below since core/velox changes can affect Delta 
offload.
+      - '.github/workflows/delta_spark_ut.yml'
+      - '.github/workflows/util/delta-spark-ut/**'

Review Comment:
   Intentional for now: core/velox/substrait changes can affect Delta offload 
so Delta shares this workflow's native build, and the extra matrix cost on a 
baseline-only edit is an accepted tradeoff.



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