SparkQA commented on issue #25074: [SPARK-27924][SQL] Support ANSI SQL Boolean-Predicate syntax URL: https://github.com/apache/spark/pull/25074#issuecomment-515335908 **[Test build #108192 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108192/testReport)** for PR 25074 at commit [`65d4100`](https://github.com/apache/spark/commit/65d41002f19acbced86c1cf49f0a443d6450ac74). * This patch **fails due to an unknown error code, -9**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `trait BooleanTest extends UnaryExpression with Predicate with ExpectsInputTypes ` * `case class IsTrue(child: Expression) extends BooleanTest ` * `case class IsNotTrue(child: Expression) extends BooleanTest ` * `case class IsFalse(child: Expression) extends BooleanTest ` * `case class IsNotFalse(child: Expression) extends BooleanTest `
---------------------------------------------------------------- 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]
