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(orFilters): fix multiple or filters would get wrong filtertype #13169

Merged
merged 5 commits into from
Jun 7, 2024

Conversation

svennergr
Copy link
Contributor

@svennergr svennergr commented Jun 7, 2024

What this PR does / why we need it:
Multiple or filters would get a wrong type if they are not LineMatchEqual.

image

Which issue(s) this PR fixes:
Fixes #13160

@svennergr svennergr requested a review from a team as a code owner June 7, 2024 09:45
@pull-request-size pull-request-size bot added size/M and removed size/S labels Jun 7, 2024
Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

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

I need a new job.

LGTM

@cyriltovena cyriltovena merged commit 9981e9e into main Jun 7, 2024
59 checks passed
@cyriltovena cyriltovena deleted the svennergr/fix-multiple-or-chain branch June 7, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queries with multiple patterns chained with or produce incorrect results
2 participants