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 issue where presence of http.status_code tag may cause other criteria to be skipped #1799

Merged
merged 2 commits into from
Oct 13, 2022

Conversation

mdisibio
Copy link
Contributor

@mdisibio mdisibio commented Oct 13, 2022

What this PR does:
Fixes a bug with handling of http.status_code filtering in parquet block search. When this filter is present it will cause remaining criteria to be skipped (non-deterministic based on map enumeration order), and then incorrect results will be returned.

Which issue(s) this PR fixes:
Fixes n/a - Didn't see this reported in the repo yet

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@mdisibio mdisibio enabled auto-merge (squash) October 13, 2022 21:00
@mdisibio mdisibio merged commit d541796 into grafana:main Oct 13, 2022
@mdisibio mdisibio deleted the parquet-search-httpstatuscode-fix branch April 25, 2023 18:51
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.

2 participants