Skip to content

Commit 411a2ed

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 170d83c commit 411a2ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/PhysicalPlanOptimizerTests.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7004,7 +7004,10 @@ public void testAggThenEnrichRemote() {
70047004
| eval employee_id = to_str(emp_no)
70057005
| ENRICH _remote:departments
70067006
"""));
7007-
assertThat(error.getMessage(), containsString("line 4:3: ENRICH with remote policy can't be executed after [STATS size=count(*) BY emp_no]@2:3"));
7007+
assertThat(
7008+
error.getMessage(),
7009+
containsString("line 4:3: ENRICH with remote policy can't be executed after [STATS size=count(*) BY emp_no]@2:3")
7010+
);
70087011
}
70097012

70107013
public void testEnrichBeforeLimit() {

0 commit comments

Comments
 (0)