parthchandra commented on code in PR #1569:
URL: https://github.com/apache/datafusion-comet/pull/1569#discussion_r2012564968
##########
spark/src/test/scala/org/apache/comet/CometSparkSessionExtensionsSuite.scala:
##########
@@ -27,24 +27,24 @@ class CometSparkSessionExtensionsSuite extends
CometTestBase {
import CometSparkSessionExtensions._
- test("isCometEnabled") {
+ test("isCometLoaded") {
val conf = new SQLConf
conf.setConfString(CometConf.COMET_ENABLED.key, "false")
- assert(!isCometEnabled(conf))
+ assert(!isCometLoaded(conf))
Review Comment:
Maybe use `CometSparkSessionExtensions.isCometEnabled` instead of renaming
the method?
--
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]