PHILO-HE commented on code in PR #11310:
URL:
https://github.com/apache/incubator-gluten/pull/11310#discussion_r2633349800
##########
docs/developers/HowTo.md:
##########
@@ -21,7 +21,7 @@ transforms Spark plan to Substrait plan, and then send the
Substrait plan to the
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`.
+ `${GLUTEN_HOME}/gluten-substrait` `${GLUTEN_HOME}/gluten-core`
`${GLUTEN_HOME}/backends-velox`.
Review Comment:
Seems not necessary to list these directories.
Suggestion:
1. All C++ code is under `${GLUTEN_HOME}/cpp`, and Java/Scala code is
located elsewhere.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]