[ES|QL] Updates the validation json (#213322)

## Summary

Updates the validation json. (I forgot to do it when I added _score in
the json)
This commit is contained in:
Stratoula Kalafateli 2025-03-07 08:16:49 +01:00 committed by GitHub
parent 6bb27b0400
commit 1c8cb1b2e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10050,7 +10050,7 @@
{
"query": "from index METADATA _id, _source2",
"error": [
"Metadata field [_source2] is not available. Available metadata fields are: [_version, _id, _index, _source, _ignored, _index_mode]"
"Metadata field [_source2] is not available. Available metadata fields are: [_version, _id, _index, _source, _ignored, _index_mode, _score]"
],
"warning": []
},