zapr-oss / druidry

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

Context doesn't support resultAsArray #139

Open glasser opened 4 years ago

glasser commented 4 years ago

The resultAsArray context key for GroupBy queries is not supported. It is a boolean.

See the bottom of https://druid.apache.org/docs/latest/querying/groupbyquery.html

abhi-zapr commented 4 years ago

Thanks for pointing it out. We would try to include in it.