maropu commented on a change in pull request #24209: [SPARK-27255][SQL] Report 
error when illegal expressions are hosted by a plan operator.
URL: https://github.com/apache/spark/pull/24209#discussion_r270703477
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
 ##########
 @@ -52,29 +52,7 @@ abstract class Optimizer(sessionCatalog: SessionCatalog)
    * Returns true when all operators are integral.
    */
   private def checkSpecialExpressionIntegrity(plan: LogicalPlan): Boolean = {
 
 Review comment:
   It seems this private function is called by `isPlanIntegral` only, so we 
need to define this separately?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

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

Reply via email to