Skip to content

Commit e70eb5a

Browse files
committed
oops
1 parent 164a603 commit e70eb5a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,13 +1225,11 @@ public void testCombineProjectionWithCategorizeGrouping() {
12251225

12261226
/**
12271227
* Expects
1228-
* </pre>
1229-
* {@code
1228+
* <pre>{@code
12301229
* Limit[1000[INTEGER]]
12311230
* \_Aggregate[[first_name{f}#16],[SUM(emp_no{f}#15) AS s, first_name{f}#16 AS f]]
12321231
* \_EsRelation[test][_meta_field{f}#21, emp_no{f}#15, first_name{f}#16, ..]
1233-
* }
1234-
* </pre>
1232+
* }</pre>
12351233
*/
12361234
public void testCombineProjectionWithAggregationFirstAndAliasedGroupingUnused() {
12371235
var plan = plan("""

0 commit comments

Comments
 (0)