zapr-oss / druidry

Java based Druid Query Generator library
Apache License 2.0
193 stars 89 forks source link

Extending query context options #116

Closed abhi195 closed 4 years ago

abhi195 commented 4 years ago

Extending query context options with newly available options from druid-query-context.

It's a breaking change because package structure refactoring and changing timeout option from Integer to Long as per druid's implementation.

Resolving issue #45

abhi195 commented 4 years ago

This failed build is because tavis-ci used openjdk version 11.0.2 which reflects issue #111 and is fixed in patch #113