forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ingest: RandomDocumentPicks.randomExistingFieldName doesn't return _v…
…ersion (elastic#88183) When `RandomDocumentPicks.randomExistingFieldName` selects a field, the caller expects to be able to manipulate that field in any manner. `_version` has special validation, must fit in an `long` and may not be `null`. This change no longer returns `_version` from `randomExistingFieldName` unless it is the only field in the document. Related to change: elastic#88102
- Loading branch information
1 parent
cd0d5c8
commit 17305fc
Showing
1 changed file
with
18 additions
and
2 deletions.
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