Skip to content

Commit

Permalink
chore: Fix typo in info message (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Apr 17, 2024
1 parent 493378b commit 5c768de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 5c768de

Please sign in to comment.