andygrove commented on code in PR #2722:
URL: https://github.com/apache/datafusion-comet/pull/2722#discussion_r2501100674
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -84,10 +84,9 @@ object CometConf extends ShimCometConf {
.doc(
"Whether to enable Comet extension for Spark. When this is turned on,
Spark will use " +
"Comet to read Parquet data source. Note that to enable native
vectorized execution, " +
- "both this config and `spark.comet.exec.enabled` need to be enabled.
By default, this " +
- "config is the value of the env var `ENABLE_COMET` if set, or true
otherwise.")
Review Comment:
There is no longer any need to include a reference to the env var name in
this string because the documentation generator will now include this
information automatically.
--
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]