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

hongze 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 4e732d53f [DOC] Remove arrow version setting with 11.0.0-gluten
4e732d53f is described below

commit 4e732d53f94bcf9b00eea7b1f88472e4863153d8
Author: PHILO-HE <[email protected]>
AuthorDate: Thu Mar 21 16:54:56 2024 +0800

    [DOC] Remove arrow version setting with 11.0.0-gluten
---
 docs/developers/HowTo.md           | 2 +-
 docs/developers/MicroBenchmarks.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/developers/HowTo.md b/docs/developers/HowTo.md
index a656cd52e..338b49b98 100644
--- a/docs/developers/HowTo.md
+++ b/docs/developers/HowTo.md
@@ -57,7 +57,7 @@ cd ${GLUTEN_HOME}
 mvn clean package -Pspark-3.2 -Pbackends-velox -Prss
 mvn test -Pspark-3.2 -Pbackends-velox -Prss -pl backends-velox \
 -am -DtagsToInclude="io.glutenproject.tags.GenerateExample" \
--Dtest=none -DfailIfNoTests=false -Darrow.version=11.0.0-gluten \
+-Dtest=none -DfailIfNoTests=false \
 -Dexec.skip
 ```
 
diff --git a/docs/developers/MicroBenchmarks.md 
b/docs/developers/MicroBenchmarks.md
index 5ee017909..7a18430fe 100644
--- a/docs/developers/MicroBenchmarks.md
+++ b/docs/developers/MicroBenchmarks.md
@@ -36,7 +36,7 @@ cd /path/to/gluten/
 
 # Run test to generate input data files. If you are using spark 3.3, replace 
-Pspark-3.2 with -Pspark-3.3
 mvn test -Pspark-3.2 -Pbackends-velox -Prss -pl backends-velox -am \
--DtagsToInclude="io.glutenproject.tags.GenerateExample" -Dtest=none 
-DfailIfNoTests=false -Darrow.version=11.0.0-gluten -Dexec.skip
+-DtagsToInclude="io.glutenproject.tags.GenerateExample" -Dtest=none 
-DfailIfNoTests=false -Dexec.skip
 ```
 
 The generated example files are placed in gluten/backends-velox:


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

Reply via email to