We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc8300 commit 62473adCopy full SHA for 62473ad
1 file changed
spark/src/main/scala/org/apache/comet/ExtendedExplainInfo.scala
@@ -105,7 +105,7 @@ class ExtendedExplainInfo extends ExtendedExplainGenerator {
105
if (eligible == 0) 0.0 else planStats.cometOperators.toDouble / eligible * 100.0
106
s"Comet accelerated ${planStats.cometOperators} out of $eligible " +
107
s"eligible operators (${converted.toInt}%). " +
108
- s"Final plan contains ${planStats.transitions} transitions."
+ s"Final plan contains ${planStats.transitions} transitions between Spark and Comet."
109
}
110
111
// Simplified generateTreeString from Spark TreeNode. Appends explain info to the node if any
0 commit comments