Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11714#discussion_r56122162
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/rules/RuleExecutor.scala
 ---
    @@ -46,15 +47,23 @@ abstract class RuleExecutor[TreeType <: TreeNode[_]] 
extends Logging {
       /**
        * An execution strategy for rules that indicates the maximum number of 
executions. If the
        * execution reaches fix point (i.e. converge) before maxIterations, it 
will stop.
    +   * If throws is equal to true, it will issue an exception 
AnalysisExceptions
        */
    -  abstract class Strategy { def maxIterations: Int }
    +  abstract class Strategy {
    +    def maxIterations: Int
    +    def throws: Boolean
    --- End diff --
    
    sure. will do


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to