You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/10 12:58:35 UTC

[GitHub] [spark] tanelk commented on pull request #31797: [SPARK-34692][SQL] Support Not(Int) and Not(InSet) propagate null

tanelk commented on pull request #31797:
URL: https://github.com/apache/spark/pull/31797#issuecomment-795377176


   Are you sure, that this rule is correct.
   For example `Not(1 IN (1, NULL))` would be `Not(true)` or `false`.
   But with this rule it would turn into `NULL`
   


----------------------------------------------------------------
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:
users@infra.apache.org



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