Build Update for apache/druid ------------------------------------- Build: #28219 Status: Broken
Duration: 2 mins and 39 secs Commit: 0891b1f (master) Author: Suneet Saldanha Message: Add note about aggregations on floats (#10285) * Add note about aggreations on floats Floating point math is known to be unstable. Due to the way aggregators work across segments it's possible for the same query operating on the same data to produce slightly different results. The same problem exists with any aggregators that are not commutative since the merge order across segments is not guaranteed. * Also talk about doubles * Apply suggestions from code review View the changeset: https://github.com/apache/druid/compare/ee40d00be1a449c1ca5787339ee84a250581aace...0891b1f833e1b292d8a74b69f8e6dbcabc88ab2c View the full build log and details: https://travis-ci.org/github/apache/druid/builds/718796049?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the apache/druid repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=578446&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.