Xin Wu created SPARK-30326:
------------------------------

             Summary: Raise exception if analyzer exceed max iterations
                 Key: SPARK-30326
                 URL: https://issues.apache.org/jira/browse/SPARK-30326
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Xin Wu


Currently, both analyzer and optimizer just log warning message if rule 
execution exceed max iterations. They should have different behavior. Analyzer 
should raise exception to indicates logical plan resolve failed, while 
optimizer just log warning to keep the current plan. This is more feasible 
after SPARK-30138 was introduced.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to