-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Support non-keyword dimensions as routing fields in TSDB #105501
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
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
7aa71c5
Fix test failure
kkrik-es bf946a9
Fix test failure
kkrik-es 0fa5a7e
Merge branch 'elastic:main' into fix/103567
kkrik-es 87cfbbd
Merge branch 'main' into fix/103567
kkrik-es a3a2ac0
Nest pass-through objects within objects
kkrik-es 3dda19d
Merge remote-tracking branch 'origin/fix/103567' into fix/103567
kkrik-es beea734
Support numeric fields as pass-through dimensions
kkrik-es 2e18f8b
Update docs/changelog/105073.yaml
kkrik-es cbb1368
Merge branch 'main' into fix/103567-2
kkrik-es cb94c8a
fix tests
kkrik-es af6e8a5
Merge remote-tracking branch 'origin/fix/103567-2' into fix/103567-2
kkrik-es 61d37a7
fix tests
kkrik-es 0ddecbd
refactor dimension property
kkrik-es fa065b0
fix yaml
kkrik-es c712893
add numeric to routing builder
kkrik-es 03784f7
fix violation
kkrik-es 5c23358
fix yaml versions
kkrik-es d73c472
handle all numeric values in dimension fields
kkrik-es 86257db
Merge branch 'main' into fix/103567-2
kkrik-es e2887a0
use shardId in TSDB doc id
kkrik-es 846649b
spotless fix
kkrik-es f464b6e
test fixes
kkrik-es 7363869
Merge branch 'main' into fix/103567-2
kkrik-es 605cdf3
index version guard
kkrik-es 8f56346
test fix
kkrik-es 93787f9
revert shardId changes
kkrik-es b098202
add routing id field mapper
kkrik-es 0e67c67
Merge branch 'main' into fix/103567-3
kkrik-es 916e7d5
Update docs/changelog/105501.yaml
kkrik-es 7ea7feb
fix shrunk test
kkrik-es 2cb890b
Merge remote-tracking branch 'origin/fix/103567-3' into fix/103567-3
kkrik-es 6ab5a3f
use SortedDocValuesField
kkrik-es 2f27478
fix tests
kkrik-es c13e0ff
delete unused yaml
kkrik-es 1f18603
submit test fixes
kkrik-es a6d916e
Merge branch 'main' into fix/103567-3
kkrik-es 72cd225
sync
kkrik-es 30b4dbb
restrict id override to latest version
kkrik-es 8cd5456
update painless path
kkrik-es 302701b
test fix
kkrik-es b14e774
Merge branch 'main' into fix/103567-3
kkrik-es dc0a887
check for invalid id
kkrik-es f14721e
fix painless tests
kkrik-es c7a9ebc
restore bwc routing changes
kkrik-es 4b1d532
add unittest
kkrik-es cd4fb92
refactor passthrough test
kkrik-es ebd631b
Merge branch 'main' into fix/103567-3
kkrik-es ed7a007
address comments
kkrik-es 0823128
remove redundant variable
kkrik-es 1ce6618
remove assert
kkrik-es 1930c59
fix id test
kkrik-es 5a0d8c9
fix painless
kkrik-es 5d7ba13
skip storing routing field
kkrik-es d35603c
skip generating the id when available
kkrik-es 5203068
skip assert on routing in TranslogWriter
kkrik-es 4646c8c
skip id mismatch assert
kkrik-es 7daa041
Merge branch 'main' into fix/103567-3
kkrik-es 513e426
changelog update
kkrik-es bd8f7b9
revert redundant changes
kkrik-es ada4293
remove supportsDimension
kkrik-es 3a5d234
spotless
kkrik-es 6f56b4d
rename var for forcing dimension
kkrik-es 14b162d
small refactor
kkrik-es d9eb129
small refactor
kkrik-es 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,5 @@ | ||
| pr: 105501 | ||
| summary: Support non-keyword dimensions as routing fields in TSDB | ||
| area: TSDB | ||
| type: enhancement | ||
| issues: [] |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.