mirror of
https://github.com/apache/druid.git
synced 2025-02-11 20:45:01 +00:00
* Add BroadcastDistributionRule * Add missing null check * Rename variable 'colocateDataSource' to 'colocatedDatasource' * Address comments * Document for broadcast rules * Drop segments which are not co-located anymore * Remove duplicated segment loading and dropping * Add caveat * address comments