Description
Build Scans:
- elasticsearch-periodic #9209 / release-tests
- elasticsearch-periodic #9136 / release-tests
- elasticsearch-pull-request #78956 / part-3
Reproduction Line:
./gradlew ":x-pack:plugin:esql:qa:server:single-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT.test" -Dtests.seed=B920A31D98252F1C -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=ar-MR -Dtests.timezone=Cuba -Druntime.java=24
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
java.lang.AssertionError: query: from ul_logs,d*,partial_mapping_no_source_sample_data | rename bytes_in AS `amYUDTXm`, `vector` AS jNdZVYFyJ, `location` AS millis
exception: method [POST], host [http://[::1]:36067], URI [/_query?pretty=true&error_trace=true], status line [HTTP/1.1 400 Bad Request]
Warnings: [No limit defined, adding default limit of [1000]]
¿eerror¿jroot_cause�¿dtypevverification_exceptionfreasonxYFound 1 problem
line 1:88: Cannot use field [vector] with unsupported type [dense_vector]kstack_trace�y��org.elasticsearch.xpack.esql.VerificationException: Found 1 problem
line 1:88: Cannot use field [vector] with unsupported type [dense_vector]
at org.elasticsearch.xpack.esql.analysis.Analyzer.verify(Analyzer.java:205)
at org.elasticsearch.xpack.esql.analysis.Analyzer.analyze(Analyzer.java:199)
at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$analyzedPlan$7(EsqlSession.java:350)
at org.elasticsearch.xpack.esql.session.EsqlSession.analyzeAndMaybeRetry(EsqlSess
[truncated]
Issue Reasons:
- [main] 2 consecutive failures in step release-tests
- [main] 3 failures in test test (1.9% fail rate in 155 executions)
- [main] 2 failures in step release-tests (66.7% fail rate in 3 executions)
- [main] 2 failures in pipeline elasticsearch-periodic (66.7% fail rate in 3 executions)
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.