This is an automated email from the ASF dual-hosted git repository.
andygrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new da97880d0 ci: convert spark_sql_test paths-ignore to explicit paths
allow-list (#4290)
da97880d0 is described below
commit da97880d0b58dd6a27093803b204279226c3023f
Author: Andy Grove <[email protected]>
AuthorDate: Mon May 11 17:57:45 2026 -0600
ci: convert spark_sql_test paths-ignore to explicit paths allow-list (#4290)
---
.github/workflows/spark_sql_test.yml | 58 +++++++++++++++++++++---------------
1 file changed, 34 insertions(+), 24 deletions(-)
diff --git a/.github/workflows/spark_sql_test.yml
b/.github/workflows/spark_sql_test.yml
index ea232738f..51b8edc23 100644
--- a/.github/workflows/spark_sql_test.yml
+++ b/.github/workflows/spark_sql_test.yml
@@ -25,31 +25,41 @@ on:
push:
branches:
- main
- paths-ignore:
- - "benchmarks/**"
- - "doc/**"
- - "docs/**"
- - "**.md"
- - "dev/changelog/*.md"
- - "native/core/benches/**"
- - "native/spark-expr/benches/**"
- - "spark/src/test/**"
- - "common/src/test/**"
- - "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
- - "spark-integration/**"
+ paths:
+ - "native/**/src/**"
+ - "native/**/Cargo.toml"
+ - "native/Cargo.lock"
+ - "!native/hdfs/**"
+ - "!native/fs-hdfs/**"
+ - "common/src/main/**"
+ - "common/pom.xml"
+ - "spark/src/main/**"
+ - "!spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
+ - "spark/pom.xml"
+ - "dev/diffs/**"
+ - "pom.xml"
+ - "rust-toolchain.toml"
+ - ".github/workflows/spark_sql_test.yml"
+ - ".github/actions/setup-builder/**"
+ - ".github/actions/setup-spark-builder/**"
pull_request:
- paths-ignore:
- - "benchmarks/**"
- - "doc/**"
- - "docs/**"
- - "**.md"
- - "dev/changelog/*.md"
- - "native/core/benches/**"
- - "native/spark-expr/benches/**"
- - "spark/src/test/**"
- - "common/src/test/**"
- - "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
- - "spark-integration/**"
+ paths:
+ - "native/**/src/**"
+ - "native/**/Cargo.toml"
+ - "native/Cargo.lock"
+ - "!native/hdfs/**"
+ - "!native/fs-hdfs/**"
+ - "common/src/main/**"
+ - "common/pom.xml"
+ - "spark/src/main/**"
+ - "!spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
+ - "spark/pom.xml"
+ - "dev/diffs/**"
+ - "pom.xml"
+ - "rust-toolchain.toml"
+ - ".github/workflows/spark_sql_test.yml"
+ - ".github/actions/setup-builder/**"
+ - ".github/actions/setup-spark-builder/**"
# manual trigger
#
https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]