-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"not in" filter is not working for 0 value #663
Comments
Have you tried wrapping the 0 in quotes? i.e. '0'. |
@apitts I did with '0' as well, but does not work. |
Mmmm....I'm not sure then @kkalyan. You may want to try using the having clause in the SQL input instead. |
SQL where clause shows up only for Tables, not Druid Datasources. |
None/NaN values are displayed as 0 (by using |
Thanks @x4base for looking into this. group by id_type Filter in '0' is also not working. |
Do you mean If you know how to send Druid query in the terminal, it will be clear to see the difference. |
this seems to be fixed in 0.10.0 |
Re-opening the issue as I understood the issue correctly.
I'll send PR for this. |
workaround for this is to use regex match with an expression like |
@kkalyan Please add some references when reopening a bug more than one year later :) |
@xrmx I think this got re-opened accidentally :) closing it now. |
The following filter does not get applied.
![image](https://cloud.githubusercontent.com/assets/391567/16292350/80fb797e-38c5-11e6-87e4-bd82cef5d8d5.png)
Output Table still contains entries with 0.
The text was updated successfully, but these errors were encountered: