Build Update for apache/druid ------------------------------------- Build: #28089 Status: Broken
Duration: 2 mins and 41 secs Commit: 1700317 (master) Author: Gian Merlino Message: Combine InDimFilter, InFilter. (#10119) * Combine InDimFilter, InFilter. There are two motivations: 1. Ensure that when HashJoinSegmentStorageAdapter compares its Filter to the original one, and it is an "in" type, the comparison is by reference and does not need to check deep equality. This is useful when the "in" filter is very large. 2. Simplify things. (There isn't a great reason for the DimFilter and Filter logic to be separate, and combining them reduces some duplication.) * Fix test. View the changeset: https://github.com/apache/druid/compare/b6aaf59e8cdc4b2965ec9f54d8b824a51baaa594...170031744e8a2ed5fc4c06062df014bcfcfe2e1f View the full build log and details: https://travis-ci.org/github/apache/druid/builds/716009260?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.