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 f1c84f4 commit dec0ed2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,8 @@ class CometSparkSessionExtensions
if (info.extensionInfo(newPlan).nonEmpty) {
logWarning(
"Comet cannot execute some parts of this plan natively " +
s"(set ${CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key}=false to disable this logging):\n" +
s"(set ${CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key}=false " +
s"to disable this logging):\n" +
s"${info.generateVerboseExtendedInfo(newPlan)}")
}
}
Expand Down

0 comments on commit dec0ed2

Please sign in to comment.