Skip to content

Conversation

SpencerTorres
Copy link
Collaborator

@SpencerTorres SpencerTorres commented May 17, 2024

Fixes #830

The IN operator was broken because the column type was Nullabe(String) instead of String.

  • Fixed issue
  • added tests for String, Nullable(String), and FixedString, LowCardinality(Nullable(String)), LowCardinality(String), etc.
  • Updated changelog

Copy link
Contributor

@adamyeats adamyeats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @SpencerTorres , just one comment from me, and also please rebase/merge this branch! 🙏

@adamyeats
Copy link
Contributor

🚀

@adamyeats adamyeats merged commit 30272a6 into grafana:main May 23, 2024
@SpencerTorres SpencerTorres deleted the issue-830 branch May 23, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IN operator not correctly constructed in Query Builder Filter
2 participants