jinchengchenghh commented on code in PR #9119: URL: https://github.com/apache/incubator-gluten/pull/9119#discussion_r2010398045
##########
docs/Configuration.md:
##########
@@ -74,6 +74,8 @@ You can add these configurations into spark-defaults.conf to
enable or disable t
| spark.gluten.sql.cacheWholeStageTransformerContext | When true,
`WholeStageTransformer` will cache the `WholeStageTransformerContext` when
executing. It is used to get substrait plan node and native plan string.
| false
|
| spark.gluten.sql.injectNativePlanStringToExplain | When true,
Gluten will inject native plan tree to Spark's explain output.
| false
|
| spark.gluten.sql.fallbackRegexpExpressions | When true,
Gluten will fall back all regexp expressions to avoid any incompatibility risk.
| false
|
+| spark.gluten.native.additionalConfList |
Comma-separated additional configurations to be passed to the native backend.
|
|
Review Comment:
What' s the format, `k1=v1,k2=v2`?
--
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]
