SparkQA commented on issue #26769: [SPARK-30011][SQL] Inline 2.12 "AsIfIntegral" classes, not present in 2.13 URL: https://github.com/apache/spark/pull/26769#issuecomment-562281722 **[Test build #114908 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/114908/testReport)** for PR 26769 at commit [`5e1deb4`](https://github.com/apache/spark/commit/5e1deb4789ef89837f439ffc8fd4dc498f74b449). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` trait DoubleIsConflicted extends Numeric[Double] ` * ` // logic in Numeric base trait mishandles abs(-0.0)` * ` trait DoubleAsIfIntegral extends DoubleIsConflicted with Integral[Double] ` * ` trait FloatIsConflicted extends Numeric[Float] ` * ` // logic in Numeric base trait mishandles abs(-0.0f)` * ` trait FloatAsIfIntegral extends FloatIsConflicted with Integral[Float] `
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org