You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"type": "verification_exception",
"reason": "Found 1 problem\nline 1:1: Cannot use field [x] due to ambiguities being mapped as [2] incompatible types: [keyword] in [test1], [long] in [test2]",
"stack_trace": "org.elasticsearch.xpack.esql.VerificationException: Found 1 problem\nline 1:1: Cannot use field [x] due to ambiguities being mapped as [2] incompatible types: [keyword] in [test1], [long] in [test2]
The text was updated successfully, but these errors were encountered:
alex-spies
changed the title
ESQL: unexpected verification_exception for same field name in two indices
ESQL: unexpected verification_exception for same field name in two indices (union types)
Jul 30, 2024
Description
test1 index
test2 index
from test* | rename whatever as foo
results inThe text was updated successfully, but these errors were encountered: