zhouyuan commented on code in PR #10442: URL: https://github.com/apache/incubator-gluten/pull/10442#discussion_r2278907420
########## README.md: ########## @@ -86,6 +86,12 @@ For **ClickHouse** backend, please refer to [ClickHouse.md](./docs/get-started/C Gluten jar will be generated under `/PATH/TO/GLUTEN/package/target/` after the build. +### Configurations +Common configurations used by Gluten is listed in [Configuration.md](./docs/Configuration.md). Velox specific configurations is listed in [velox-configuration.md](./docs/velox-configuration.md) + +Some of the spark configurations are hornored by Gluten, some of them are ignored, and many are transparent to Gluten. The detail can be found in [velox-spark-configuration.md](./docs/velox-spark-configuration.md) and parquet write ones can be found in [velox-parquet-write-configuration.md](./docs/velox-parquet-write-configuration.md) Review Comment: Maybe, better to statment this is for the Velox backend -- 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]
