martin-g commented on code in PR #2693:
URL: https://github.com/apache/datafusion-comet/pull/2693#discussion_r2496093397
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -709,6 +709,13 @@ object CometConf extends ShimCometConf {
.booleanConf
.createWithDefault(sys.env.getOrElse("ENABLE_COMET_STRICT_TESTING",
"false").toBoolean)
+ val COMET_TEST_SHOW_ANSWERS: ConfigEntry[Boolean] =
conf(s"$COMET_PREFIX.testing.showAnswers")
Review Comment:
```suggestion
val COMET_TESTING_SHOW_ANSWERS: ConfigEntry[Boolean] =
conf(s"$COMET_PREFIX.testing.showAnswers")
```
To be consistent with the env var name (line 717)
--
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]