Skip to content

Commit 0f1bb41

Browse files
authored
fix esql categorize csv test for old JDKs (#129746) (#129757)
1 parent c703edd commit 0f1bb41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ COUNT():long | category:keyword
309309

310310
on REVERSE(CONCAT())
311311
required_capability: categorize_v6
312+
required_capability: fn_reverse_grapheme_clusters
312313

313314
FROM sample_data
314315
| STATS COUNT() BY category=CATEGORIZE(REVERSE(CONCAT(message, " 👍🏽😊")))

0 commit comments

Comments
 (0)