Skip to content

Commit

Permalink
improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 11, 2024
1 parent 103d12a commit f1c84f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,8 @@ class CometSparkSessionExtensions
val info = new ExtendedExplainInfo()
if (info.extensionInfo(newPlan).nonEmpty) {
logWarning(
"Comet cannot execute some parts of this plan natively:\n" +
"Comet cannot execute some parts of this plan natively " +
s"(set ${CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key}=false to disable this logging):\n" +
s"${info.generateVerboseExtendedInfo(newPlan)}")
}
}
Expand Down

0 comments on commit f1c84f4

Please sign in to comment.