ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Fix docker-druid on Apache Druid v0.15.1 #78

Closed Fokko closed 4 years ago

Fokko commented 4 years ago

I've created a tag in docker-druid to fix it to Druid 0.15.1: https://github.com/Fokko/docker-druid/releases.

Yesterday Apache Druid 0.16.0 has been released: https://github.com/apache/incubator-druid/releases/tag/druid-0.16.0-incubating

I'd like to bump the CI image to 0.16.0 as well: https://github.com/Fokko/docker-druid/pull/6 Before we merge aht one, we should have merged this PR.

Cheers, Fokko