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

    https://github.com/apache/spark/pull/22326#discussion_r220433995
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
 ---
    @@ -165,6 +165,8 @@ abstract class Optimizer(sessionCatalog: SessionCatalog)
         Batch("LocalRelation", fixedPoint,
           ConvertToLocalRelation,
           PropagateEmptyRelation) :+
    +    Batch("Extract PythonUDF From JoinCondition", Once,
    +        HandlePythonUDFInJoinCondition) :+
         // The following batch should be executed after batch "Join Reorder" 
and "LocalRelation".
    --- End diff --
    
    Thanks, done in 98cd3cc.


---

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

Reply via email to