-
Notifications
You must be signed in to change notification settings - Fork 543
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
MQE: subqueries #9664
Merged
Merged
MQE: subqueries #9664
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
58bc4a1
Enable upstream tests
charleskorn f4421f7
Add benchmark
charleskorn ab68d7e
Introduce feature toggle
charleskorn 9a0372d
Don't assume all operators are running at the top level of a query
charleskorn f552373
Add ability to reuse an existing point slice for a ring buffer
charleskorn 7fc1348
Add `Release` method to ring buffers
charleskorn 90a2d8d
Introduce range query tests
charleskorn afa52a2
Bring in TestSubquerySelector from Prometheus
charleskorn cc200b8
Change `RangeVectorOperator.NextStepSamples` to return ring buffers r…
charleskorn 07842b3
Refactor `TestSubqueries`
charleskorn 0c4eebb
Initial (largely working) implementation
charleskorn 39c15b6
Fix handling of @
charleskorn 8c06a74
Enable newly supported upstream test cases
charleskorn 787630a
Add further benchmark
charleskorn 72bd91d
Add changelog entry
charleskorn 3802b09
Merge branch 'main' into charleskorn/mqe-subqueries
charleskorn 871dd6e
Address PR feedback: clarify comments
charleskorn c28cd84
Add tests for ring buffer `Release` implementations
charleskorn 489fe40
Address PR feedback: update comment to match new behaviour
charleskorn 6920206
Address PR feedback: fix indentation
charleskorn ac84802
Expand native histogram tests
charleskorn 220e5de
Add test for deeply nested subqueries with changing step.
charleskorn deb30ad
Run test cases in TestSubqueries against Prometheus' engine too.
charleskorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turtles all the way down