Skip to content

Commit 6c8600d

Browse files
authored
Fix toIpInAgg & toIpInSort (#129743) (#129749)
1 parent 218d4a8 commit 6c8600d

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/resources

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,15 +328,15 @@ FROM logs
328328
2023-10-23T13:55:01.546Z| java|More java stuff |null
329329
;
330330

331-
toIpInAgg
331+
toIpInAgg#[skip:-8.12.99,reason:StatsNestedExp introduced in v8.13.0]
332332
ROW s = "1.1.1.1" | STATS COUNT(*) BY ip = TO_IP(s)
333333
;
334334

335335
COUNT(*):long | ip:ip
336336
1 | 1.1.1.1
337337
;
338338

339-
toIpInSort
339+
toIpInSort#[skip:-8.13.99,reason:SortByExpression introduced in 8.14]
340340
ROW s = "1.1.1.1" | SORT TO_IP(s)
341341
;
342342

0 commit comments

Comments
 (0)