cloud-fan commented on a change in pull request #32602:
URL: https://github.com/apache/spark/pull/32602#discussion_r636907292



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/PropagateEmptyRelation.scala
##########
@@ -137,3 +192,10 @@ object PropagateEmptyRelation extends Rule[LogicalPlan] 
with PredicateHelper wit
     }
   }
 }
+
+object PropagateEmptyRelation extends PropagateEmptyRelationBase {

Review comment:
       can we merge PropagateEmptyRelationBasic into this rule?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to