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

changchen 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 608824692d [CH][DOC] Fix Maven Build Gluten ClickHouse Command (#8622)
608824692d is described below

commit 608824692da5b5c371b0972f9f51312c50e55048
Author: jlf <[email protected]>
AuthorDate: Sun Jan 26 18:42:49 2025 +0800

    [CH][DOC] Fix Maven Build Gluten ClickHouse Command (#8622)
---
 docs/developers/clickhouse-backend-debug.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/developers/clickhouse-backend-debug.md 
b/docs/developers/clickhouse-backend-debug.md
index 13799ac2cb..6f27b25a09 100644
--- a/docs/developers/clickhouse-backend-debug.md
+++ b/docs/developers/clickhouse-backend-debug.md
@@ -18,7 +18,7 @@ parent: /developer-overview/
 
 2. Maven Build Gluten ClickHouse with Profile
    ```
-   mvn clean install -DskipTests -Pbackends-clickhouse -Pspark-3.3 -Pspark-ut
+   mvn clean install -DskipTests -P delta -Pbackends-clickhouse -Pspark-3.3 
-Pspark-ut
    ```
    
 3. Set Maven Profiles in IntelliJ IDEA


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

Reply via email to