We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73b56f commit 46514b6Copy full SHA for 46514b6
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/rules/RuleExecutor.scala
@@ -79,7 +79,7 @@ abstract class RuleExecutor[TreeType <: TreeNode[_]] extends Logging {
79
}
80
81
if (curPlan.fastEquals(lastPlan)) {
82
- logTrace(s"Fixed point reached for batch ${batch.name} after $iteration iterations.")
+ logTrace(s"Fixed point reached for batch ${batch.name} after ${iteration - 1} iterations.")
83
continue = false
84
85
lastPlan = curPlan
0 commit comments