-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add support to VALUES aggregation for spatial types #122886
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
Merged
craigtaverner
merged 21 commits into
elastic:main
from
craigtaverner:agg_values_spatial
Feb 25, 2025
Merged
Changes from 3 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
cb38008
Add support to VALUES aggregation for spatial types
craigtaverner bedd45b
Update docs/changelog/122886.yaml
craigtaverner 2f0b166
Merge branch 'main' into agg_values_spatial
craigtaverner 7ab9e7a
Add spatial types to values tests and regenerated docs
craigtaverner 186bf2a
Merge branch 'agg_values_spatial' of github.com:craigtaverner/elastic…
craigtaverner 6171431
Merge branch 'main' into agg_values_spatial
craigtaverner 6ef6510
Rest compatibility should not assert unsupported values
craigtaverner 075f2c0
Merge remote-tracking branch 'origin/main' into agg_values_spatial
craigtaverner 061ca59
Remove asciidoc changes and disable further asciidoc generation
craigtaverner c7376fc
Add comment about disabling docs generation
craigtaverner 3da53b7
Merge branch 'main' into agg_values_spatial
craigtaverner f9264c9
Merge branch 'main' into agg_values_spatial
craigtaverner e66dfeb
Merge branch 'main' into agg_values_spatial
craigtaverner a4849ea
Make tests less sensitive to ordering issues in serverless
craigtaverner 236347e
Merge branch 'agg_values_spatial' of github.com:craigtaverner/elastic…
craigtaverner 433e0df
Merge branch 'main' into agg_values_spatial
craigtaverner c1fea0c
Merge branch 'main' into agg_values_spatial
craigtaverner 6513317
Merge branch 'main' into agg_values_spatial
craigtaverner 2ded426
Make tests less sensitive to ordering issues in serverless
craigtaverner 59733e2
Merge branch 'agg_values_spatial' of github.com:craigtaverner/elastic…
craigtaverner 7ef9322
Merge remote-tracking branch 'origin/main' into agg_values_spatial
craigtaverner 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| pr: 122886 | ||
| summary: Add support to VALUES aggregation for spatial types | ||
| area: ES|QL | ||
| type: bug | ||
| issues: | ||
| - 122413 |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
This function was never used anyway