Skip to content
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

Druid shows null columns even though is not null is used along with other conditions #17116

Open
carltal opened this issue Sep 19, 2024 · 0 comments

Comments

@carltal
Copy link

carltal commented Sep 19, 2024

Affected Version

Version 25.0.0 and 29.0.1

Description

Please see the following screenshots for details.

When we apply both of these conditions: payment_card_type is not null AND payment_card_type <> 'AMEX', rows with payment_card_type = null will still show up.

When we apply both of these conditions: payment_card_type != 'null' AND payment_card_type <> 'AMEX', rows with payment_card_type = null will still show up.

When we apply only this condition: payment_card_type is not null, rows with payment_card_type = null will NOT show up.

query with both payment_card_type is not null and payment_card_type not equal to AMEX query with only payment_card_type != null query with only payment_card_type is not null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant