druid/sql
Gian Merlino 5ff8c52f16 SQL: Fix race with metadata caching. (#4674)
If DruidSchema started too long after the BrokerServerView, its
initialization callback would never get called, and it would sit
there not knowing about any tables.

This moves the registration of the callback into the constructor,
where it belongs.
2017-08-10 18:27:10 -07:00
..
src SQL: Fix race with metadata caching. (#4674) 2017-08-10 18:27:10 -07:00
pom.xml Update versions to 0.11.0-SNAPSHOT (#4483) 2017-06-28 17:05:58 -07:00