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

    https://github.com/apache/spark/pull/19362#discussion_r141404707
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
 ---
    @@ -136,6 +134,8 @@ abstract class Optimizer(sessionCatalog: SessionCatalog)
         Batch("LocalRelation", fixedPoint,
           ConvertToLocalRelation,
           PropagateEmptyRelation) ::
    +    Batch("Check Cartesian Products", Once,
    --- End diff --
    
    Make sense. The PR is merged, what should I do now..


---

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

Reply via email to