This is an automated email from the ASF dual-hosted git repository.

viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c768de  chore: Fix typo in info message (#279)
5c768de is described below

commit 5c768de3b65c7e99e9bac6bf2ae6a0952a7a2646
Author: Andy Grove <agr...@apache.org>
AuthorDate: Tue Apr 16 19:17:33 2024 -0600

    chore: Fix typo in info message (#279)
---
 spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala 
b/spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala
index 275b9eb..d794f40 100644
--- a/spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala
+++ b/spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala
@@ -680,7 +680,7 @@ object CometSparkSessionExtensions extends Logging {
       return false
     }
     if (!COMET_ENABLED.get(conf)) {
-      logInfo(s"Comet extension is disabled, please turn on 
s${COMET_ENABLED.key} to enable it")
+      logInfo(s"Comet extension is disabled, please turn on 
${COMET_ENABLED.key} to enable it")
       return false
     }
 

Reply via email to