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

philo 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 f1013b544b [DOC] Update docs to remove references to non-existent 
directory (#11310)
f1013b544b is described below

commit f1013b544b45180518150b548dee988b95ff516f
Author: litao <[email protected]>
AuthorDate: Fri Dec 19 15:29:38 2025 +0800

    [DOC] Update docs to remove references to non-existent directory (#11310)
---
 docs/developers/HowTo.md                                               | 3 +--
 .../main/scala/org/apache/gluten/backendsapi/BackendsApiManager.scala  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/developers/HowTo.md b/docs/developers/HowTo.md
index 0ddb04f058..ee75b1d230 100644
--- a/docs/developers/HowTo.md
+++ b/docs/developers/HowTo.md
@@ -20,8 +20,7 @@ The Gluten is responsible for validating whether the 
operators of the Spark plan
 transforms Spark plan to Substrait plan, and then send the Substrait plan to 
the native engine.
 
 The Gluten codes consist of two parts: the C++ codes and the Java/Scala codes. 
-1. All C++ codes are placed under the directory of `${GLUTEN_HOME}/cpp`, the 
Java/Scala codes are placed under several directories, such as
-  `${GLUTEN_HOME}/gluten-substrait` `${GLUTEN_HOME}/gluten-data` 
`${GLUTEN_HOME}/backends-velox`.
+1. All C++ codes are placed under the directory of `${GLUTEN_HOME}/cpp`, the 
Java/Scala codes are located elsewhere.
 2. The Java/Scala codes are responsible for validating and transforming the 
execution plan. Source data should also be provided, the source data may
   come from files or other forms such as networks.
 3. The C++ codes take the Substrait plan and the source data as inputs and 
transform the Substrait plan to the corresponding backend plan. If the backend
diff --git 
a/gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/BackendsApiManager.scala
 
b/gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/BackendsApiManager.scala
index 4b6f674905..ef09ad1e80 100644
--- 
a/gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/BackendsApiManager.scala
+++ 
b/gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/BackendsApiManager.scala
@@ -38,7 +38,7 @@ object BackendsApiManager {
 
   // Note: Do not make direct if-else checks based on output of the method.
   // Any form of backend-specific code should be avoided from appearing in 
common module
-  // (e.g. gluten-substrait, gluten-data)
+  // (e.g. gluten-substrait)
   def getBackendName: String = {
     backend.name()
   }


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

Reply via email to