Skip to content

Commit 7f388b1

Browse files
Fix UTs
1 parent e02754d commit 7f388b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,10 +875,11 @@ emp_no:integer |first_name:keyword
875875
10055 |Georgy
876876
;
877877

878-
rlikeWithLowerTurnedInsensitiveUnicode#[skip:-8.18.99]
878+
rlikeWithLowerTurnedInsensitiveUnicode#[skip:-8.12.99]
879879
FROM airport_city_boundaries
880880
| WHERE TO_UPPER(region) RLIKE ".*Л.*" and abbrev == "FRU"
881881
| KEEP region
882+
| LIMIT 1
882883
;
883884

884885
region:text

0 commit comments

Comments
 (0)