mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
* Add JoinableFactory interface and use it in the query stack. Also includes InlineJoinableFactory, which enables joining against inline datasources. This is the first patch where a basic join query actually works. It includes integration tests. * Fix test issues. * Adjustments from code review.