SparkQA commented on issue #25080: [SPARK-28306][SQL] Make NormalizeFloatingNumbers rule idempotent URL: https://github.com/apache/spark/pull/25080#issuecomment-509489215 **[Test build #107382 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107382/testReport)** for PR 25080 at commit [`201b287`](https://github.com/apache/spark/commit/201b287cb11a2d525ce9eadfdd9a16ea0fc65163). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `trait TaggingExpression extends UnaryExpression ` * `case class KnownNotNull(child: Expression) extends TaggingExpression ` * `case class KnownFloatingPointNormalized(child: Expression) extends TaggingExpression`
---------------------------------------------------------------- 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]
