druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

Bug with bound filter for negative value #137

Open tercel53 opened 5 years ago

tercel53 commented 5 years ago

The 'alphaNumeric' parameter in the bound filter is useless when the dimension is numeric and has negative values .I find the solution to solve the problem that set the 'ordering' to 'numeric' instead of 'alphaNumberic',but this can not be supported in the lastest vesion. I hope that the api of pydruid can update with the druid.io .

tercel53 commented 5 years ago

When can this bug be solved?

mistercrunch commented 5 years ago

Soon after we receive a PR with a fix for it.

wjdecorte commented 5 years ago

I know this an old issue, but I have a fix for it and will do a PR soon.

choich commented 4 years ago

Has this issue been fixed?

wjdecorte commented 4 years ago

@choich Yes, it was fixed.

Pull Request