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

felixybw 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 fca9c00b4f Update Velox.md (#10256)
fca9c00b4f is described below

commit fca9c00b4f65e34241d62b38fa974b66b1f6a339
Author: BInwei Yang <[email protected]>
AuthorDate: Thu Jul 24 11:06:50 2025 +0800

    Update Velox.md (#10256)
    
    use a general table name in readme
---
 docs/get-started/Velox.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/get-started/Velox.md b/docs/get-started/Velox.md
index b66649bc98..7c742b9c60 100644
--- a/docs/get-started/Velox.md
+++ b/docs/get-started/Velox.md
@@ -396,7 +396,7 @@ With above steps, you will get a physical plan output like:
     +- VeloxColumnarToRowExec (5)
       +- ^ ProjectExecTransformer (3)
         +- GlutenRowToArrowColumnar (2)
-          +- Scan hive default.extracted_db_pins (1)
+          +- Scan hive default.table (1)
 
 ```
 


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

Reply via email to