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 8edaa6a commit d58b40aCopy full SHA for d58b40a
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/StatementParserTests.java
@@ -1305,7 +1305,7 @@ public void testEnrich() {
1305
);
1306
expectError(
1307
"from a | enrich countries on foo . * ",
1308
- "Using wildcards [*] in ENRICH WITH projections is not allowed, found [foo . *]"
+ "Using wildcards [*] in ENRICH WITH projections is not allowed, found [foo.*]"
1309
1310
1311
"from a | enrich typo:countries on foo",
0 commit comments