grafadruid / go-druid

A Golang client for Druid
https://join.slack.com/t/grafadruid/shared_invite/zt-1qy0skzy8-axnZuyzaWRm9t8f0r9dUWQ
Apache License 2.0
39 stars 32 forks source link

When the filter value or values are null, an error will occur in the query #86

Open Mr-GuoHaiQing opened 1 year ago

Mr-GuoHaiQing commented 1 year ago

Hello, I need your help with some issues currently. The current package's filters, such as In, Selector, and other value values, ignore null values. However, in reality, the Druid database supports null value queries. Why should null values be ignored? image