kazuyukitanimura commented on code in PR #493:
URL: https://github.com/apache/datafusion-comet/pull/493#discussion_r1625112152
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -382,12 +384,13 @@ object CometConf {
.createWithDefault(Seq("Range,InMemoryTableScan"))
val COMET_ANSI_MODE_ENABLED: ConfigEntry[Boolean] =
conf("spark.comet.ansi.enabled")
+ .internal()
Review Comment:
As discussed in
https://github.com/apache/datafusion-comet/pull/493#discussion_r1625073733
doc is not per profile yet. By making it internal, doc will ignore it.
--
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]