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

Fix FILTER clause MANY warning when FILTER body is a literal set of bools #8364

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

msullivan
Copy link
Member

This is super marginal, but select 1 filter {true, false} did not
produce a warning because we only emit the warning when the node has a
span, and we weren't putting a span on ConstantSets.

…ools

This is super marginal, but `select 1 filter {true, false}` did not
produce a warning because we only emit the warning when the node has a
span, and we weren't putting a span on `ConstantSet`s.
@msullivan msullivan requested review from dnwpark and elprans February 21, 2025 00:18
@msullivan msullivan added the to-backport-6.x PRs that *should* be backported to 6.x label Feb 21, 2025
@msullivan msullivan merged commit 4b1fecd into master Feb 21, 2025
23 checks passed
@msullivan msullivan deleted the marginal-warning branch February 21, 2025 04:46
@msullivan msullivan added backported-6.x PRs that *have* been backported to 6.x and removed to-backport-6.x PRs that *should* be backported to 6.x labels Feb 21, 2025
msullivan added a commit that referenced this pull request Feb 21, 2025
…ools (#8364)

This is super marginal, but `select 1 filter {true, false}` did not
produce a warning because we only emit the warning when the node has a
span, and we weren't putting a span on `ConstantSet`s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported-6.x PRs that *have* been backported to 6.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants