comphead commented on code in PR #2568:
URL: https://github.com/apache/datafusion-comet/pull/2568#discussion_r2430207878
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -57,7 +57,16 @@ object CometConf extends ShimCometConf {
/** List of all configs that is used for generating documentation */
val allConfs = new ListBuffer[ConfigEntry[_]]
+ private val CATEGORY_SCAN = "scan"
Review Comment:
maybe it can be enum?
--
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]