Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 7, 2024
1 parent 26cbb1c commit 4f2c26c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,13 +740,13 @@ class CometSparkSessionExtensions
new ExtendedExplainInfo().extensionInfo(newPlan) match {
case reasons if reasons.isEmpty =>
logWarning(
s"Comet cannot execute this plan natively, but no reason is given. " +
s"This is likely a bug.")
"Comet cannot execute this plan natively, but no reason is given. " +
"This is likely a bug.")
case reasons if reasons.size == 1 =>
logWarning(s"Comet cannot execute this plan natively because ${reasons.head}")
case reasons =>
logWarning(
s"Comet cannot execute this plan natively because:\n\t- " +
"Comet cannot execute this plan natively because:\n\t- " +
s"${reasons.mkString("\n\t- ")}")
}
}
Expand Down

0 comments on commit 4f2c26c

Please sign in to comment.