This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 71d0c5a281 [VL] Fix generate all configuration (#10303)
71d0c5a281 is described below
commit 71d0c5a281ddf7a3cfdb7e00fc0bc9d537534801
Author: Mingliang Zhu <[email protected]>
AuthorDate: Thu Jul 31 18:28:14 2025 +0800
[VL] Fix generate all configuration (#10303)
Fix gen all config scripts by include the right project
```
dev/gen_all_config_docs.sh
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[ERROR] [ERROR] Could not find the selected project in the reactor:
:backends-velox @
[ERROR] Could not find the selected project in the reactor: :backends-velox
-> [Help 1]
org.apache.maven.MavenExecutionException: Could not find the selected
project in the reactor: :backends-velox
at org.apache.maven.graph.DefaultGraphBuilder.trimSelectedProjects
(DefaultGraphBuilder.java:148)
```
---
dev/gen_all_config_docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/gen_all_config_docs.sh b/dev/gen_all_config_docs.sh
index 0ce885490d..ab4e2e6ffe 100755
--- a/dev/gen_all_config_docs.sh
+++ b/dev/gen_all_config_docs.sh
@@ -18,7 +18,7 @@
GLUTEN_UPDATE="${GLUTEN_UPDATE:-1}" \
mvn clean test \
- -pl gluten-substrait -pl backends-velox -am \
+ -Pbackends-velox -pl backends-velox -am \
-Dtest=none \
-DfailIfNoTests=false \
-DwildcardSuites=org.apache.gluten.config.AllGlutenConfiguration,org.apache.gluten.config.AllVeloxConfiguration
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]