Open
Description
CI Link
Repro line
./gradlew ":x-pack:plugin:esql:qa:server:single-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.single_node.RestEsqlIT.testSuggestedCast {ASYNC}" -Dtests.seed=F76DEA6025845555 -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=ses-ML -Dtests.timezone=Asia/Bishkek -Druntime.java=24
Does it reproduce?
Didn't try
Applicable branches
main
Failure history
No response
Failure excerpt
java.lang.AssertionError: |
-- | --
Expected: <[{suggested_cast=date_nanos, original_types=[date_nanos, datetime], name=my_field, type=unsupported}]> |
but: was <[{name=my_field, type=date_nanos}]>
I can't reproduce it locally, due to known problems with ML module and release tests
@limotova this only seems to fail in release tests, and I'm not sure if it's still supposed to be snapshot-only. Could you please have a look?