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

Deletes Select queries, updates docker images, docs and tests #89

Closed anskarl closed 4 years ago

anskarl commented 4 years ago

Delete Select queries. Since Druid 0.17.0, it has been removed and replaced by the Scan query

Update docker images:

Update documentation and unit tests

barend commented 4 years ago

Thank you for this PR! The docker images all build, the tests all run, and it's a nice cleanup. This is all in order and ready to go.

@krisgeus this is ready to merge.

@anskarl as far as I am concerned, you're more than welcome to add yourself to developers in ThisBuild if you want.

anskarl commented 4 years ago

@barend thank you for reviewing the PR. I would be grateful to be included in the list of developers, I will add one more commit for this change.