kazuyukitanimura commented on pull request #35400: URL: https://github.com/apache/spark/pull/35400#issuecomment-1031842828
Thanks @cloud-fan My goal here is to unblock #35395. As you mentioned your concern about the complexity of this logic, I opened #35428 to remove `NotPropagation` for now. For the effectiveness, I put many examples at https://github.com/apache/spark/blob/977dd054ed0946b62e62d2d480dbf25598545a5e/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/NotPropagationSuite.scala#L65-L168 that helps simplifying users' queries. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
