SparkQA commented on issue #26126: [SPARK-27880][SQL] Add support for bool_and and bool_or aggregates URL: https://github.com/apache/spark/pull/26126#issuecomment-542290280 **[Test build #112103 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112103/testReport)** for PR 26126 at commit [`1e32603`](https://github.com/apache/spark/commit/1e326039f7a523b4d9637d05136a574acf023935). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class BoolOr(arg: Expression) extends UnevaluableBooleanAggBase(arg) ` * `case class BoolAnd(arg: Expression) extends UnevaluableBooleanAggBase(arg) `
---------------------------------------------------------------- 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]
