[ 
https://issues.apache.org/jira/browse/SPARK-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

DoingDone9 updated SPARK-4333:
------------------------------
    Description: 
RuleExecutor breaks, num of iteration should be $(iteration -1) not (iteration) 
.
Log looks like "Fixed point reached for batch $(batch.name) after 3 
iterations.", but it did 2 iterations really!

  was:
RuleExecutor breaks, num of iteration should be ${iteration -1} not {iteration} 
.
Log looks like "Fixed point reached for batch ${batch.name} after 3 
iterations.", but it did 2 iterations really!


> change num of iteration printed in trace log from ${iteration} to ${iteration 
> - 1}
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-4333
>                 URL: https://issues.apache.org/jira/browse/SPARK-4333
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.1.0
>            Reporter: DoingDone9
>            Priority: Minor
>
> RuleExecutor breaks, num of iteration should be $(iteration -1) not 
> (iteration) .
> Log looks like "Fixed point reached for batch $(batch.name) after 3 
> iterations.", but it did 2 iterations really!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to