We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfe4fc commit 4f2e84dCopy full SHA for 4f2e84d
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/KnnFunctionIT.java
@@ -128,7 +128,8 @@ public void testKnnWithLookupJoin() {
128
assertThat(
129
error.getMessage(),
130
containsString(
131
- "line 3:13: [KNN] function cannot operate on [lookup_vector], supplied by an index [test_lookup] in non-STANDARD mode [lookup]"
+ "line 3:13: [KNN] function cannot operate on [lookup_vector], supplied by an index [test_lookup] in non-STANDARD "
132
+ + "mode [lookup]"
133
)
134
);
135
}
0 commit comments