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

yangzy 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 de57cf5f6 [GLUTEN-5331] Update the doc of build Gluten with Velox 
Backend (#5332)
de57cf5f6 is described below

commit de57cf5f6ca18d24d670142f540d5aad46d5ab54
Author: guixiaowen <[email protected]>
AuthorDate: Tue Apr 9 13:48:39 2024 +0800

    [GLUTEN-5331] Update the doc of build Gluten with Velox Backend (#5332)
    
    Co-authored-by: guihuawen <[email protected]>
---
 docs/get-started/Velox.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/get-started/Velox.md b/docs/get-started/Velox.md
index 156c94694..81693a134 100644
--- a/docs/get-started/Velox.md
+++ b/docs/get-started/Velox.md
@@ -540,7 +540,7 @@ After the set-up, you can now build Gluten with HBM. Below 
command is used to en
 ```bash
 cd /path/to/gluten
 
-## The script builds two jars for spark 3.2.2 and 3.3.1.
+## The script builds four jars for spark 3.2.2, 3.3.1, 3.4.2 and 3.5.1.
 ./dev/buildbundle-veloxbe.sh --enable_hbm=ON
 ```
 
@@ -626,7 +626,7 @@ exit
 ```bash
 cd /path/to/gluten
 
-## The script builds two jars for spark 3.2.2 and 3.3.1.
+## The script builds four jars for spark 3.2.2, 3.3.1, 3.4.2 and 3.5.1.
 ./dev/buildbundle-veloxbe.sh --enable_qat=ON
 ```
 
@@ -722,7 +722,7 @@ After the set-up, you can now build Gluten with QAT. Below 
command is used to en
 ```bash
 cd /path/to/gluten
 
-## The script builds two jars for spark 3.2.2 and 3.3.1.
+## The script builds four jars for spark 3.2.2, 3.3.1, 3.4.2 and 3.5.1.
 ./dev/buildbundle-veloxbe.sh --enable_iaa=ON
 ```
 


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

Reply via email to