Skip to content

Commit a9c3ed7

Browse files
committed
fix csv test
1 parent 9588e10 commit a9c3ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/categorize.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ count:long | category:keyword | timestamp:datetime
662662

663663

664664
multiple groupings with categorize and limit before stats
665-
required_capability: categorize_v5
665+
required_capability: categorize_multiple_groupings
666666

667667
FROM sample_data | SORT message | LIMIT 5
668668
| STATS count=COUNT() BY category=CATEGORIZE(message), client_ip

0 commit comments

Comments
 (0)