Build Update for apache/druid ------------------------------------- Build: #28019 Status: Broken
Duration: 2 mins and 28 secs Commit: 34a4113 (master) Author: Abhishek Radhakrishnan Message: Add vectorization support for the longMin aggregator. (#10211) * Fix minor formatting in docs. * Add Nullhandling initialization for test to run from IDE. * Vectorize longMin aggregator. - A new vectorized class for the vectorized long min aggregator. - Changes to AggregatorFactory to support vectorize functionality. - Few changes to schema evolution test to add LongMinAggregatorFactory. * Add longSum to the supported vectorized aggregator implementations. * Add MIN() long min to calcite query test that can vectorize. * Add simple long aggregations test. * Fixup formatting per checkstyle guide. * fixup and add more tests for long min aggregator. * Override test for groupBy since timestamps are handled differently. * Null compatibility check in test. * Review comment: Add a test case to LongMinAggregationTest. View the changeset: https://github.com/apache/druid/compare/cfb7a893e7892bfefb6b22fba4d575f0aaa012e6...34a41137522fca463c6af1df5edb2f41297491f5 View the full build log and details: https://travis-ci.org/github/apache/druid/builds/714106916?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.