Skip to content

Commit 62473ad

Browse files
Update spark/src/main/scala/org/apache/comet/ExtendedExplainInfo.scala
Co-authored-by: Parth Chandra <parthc@apache.org>
1 parent bdc8300 commit 62473ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/src/main/scala/org/apache/comet/ExtendedExplainInfo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class ExtendedExplainInfo extends ExtendedExplainGenerator {
105105
if (eligible == 0) 0.0 else planStats.cometOperators.toDouble / eligible * 100.0
106106
s"Comet accelerated ${planStats.cometOperators} out of $eligible " +
107107
s"eligible operators (${converted.toInt}%). " +
108-
s"Final plan contains ${planStats.transitions} transitions."
108+
s"Final plan contains ${planStats.transitions} transitions between Spark and Comet."
109109
}
110110

111111
// Simplified generateTreeString from Spark TreeNode. Appends explain info to the node if any

0 commit comments

Comments
 (0)