SparkQA commented on issue #27235: [SPARK-30527][SQL] Add IsNotNull filter when use In, InSet and InSubQuery URL: https://github.com/apache/spark/pull/27235#issuecomment-575131404 **[Test build #116846 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/116846/testReport)** for PR 27235 at commit [`8c1c0bd`](https://github.com/apache/spark/commit/8c1c0bdd995fb1dfa7f148181650806c1c29f3aa). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class In(value: Expression, list: Seq[Expression]) extends Predicate with NullIntolerant ` * `case class InSet(child: Expression, hset: Set[Any])`
---------------------------------------------------------------- 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]
