-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix - Requesting _inference_fields when using legacy format causes shard failure #121720
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
Samiul-TheSoccerFan
merged 14 commits into
elastic:main
from
Samiul-TheSoccerFan:fix-shard-failure-for-legacy-format
Feb 10, 2025
Merged
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
26c1e6e
Adding condition to verify if the field belongs to an index
Samiul-TheSoccerFan 4eb8a9b
Update docs/changelog/121720.yaml
Samiul-TheSoccerFan e6440bc
Remove unnecessary comma from yaml file
Samiul-TheSoccerFan c6cc454
remove duplicate inference endpoint creation
Samiul-TheSoccerFan 566d299
updating isMetadata to return true if mapper has the correct type
Samiul-TheSoccerFan 5b207f1
remove unnecessary index creation in yaml tests
Samiul-TheSoccerFan a191e62
Merge branch 'main' into fix-shard-failure-for-legacy-format
Samiul-TheSoccerFan 10c2e46
Adding check if the document has returned in the yaml test
Samiul-TheSoccerFan 494aeb2
Updating test to skip time series check if index mode is standard
Samiul-TheSoccerFan 647d5c7
Refactor tests to consider verifying every metafields with all index …
Samiul-TheSoccerFan 1762b43
refactoring test to verify for all cases
Samiul-TheSoccerFan 6e91ca3
Merge branch 'main' into fix-shard-failure-for-legacy-format
Samiul-TheSoccerFan f4c8da5
Adding assetFalse if not time_series and fields are from time_series
Samiul-TheSoccerFan a681bf4
updating test texts to have better description
Samiul-TheSoccerFan 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: 121720 | ||
| summary: Skip fetching _inference_fields field in legacy semantic_text format | ||
| area: Search | ||
| type: bug | ||
| 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
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.