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

    https://github.com/apache/spark/pull/21403#discussion_r205213736
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
 ---
    @@ -247,6 +249,20 @@ class Analyzer(
         }
       }
     
    +  /**
    +   * Substitutes In values with an instance of [[InValues]].
    +   */
    +  object ResolveInValues extends Rule[LogicalPlan] {
    +    def apply(plan: LogicalPlan): LogicalPlan = plan transformUp {
    --- End diff --
    
    -> `plan.resolveOperators`
    
    Let us wait for https://github.com/apache/spark/pull/21822.


---

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

Reply via email to