Skip to content

Commit f2703ce

Browse files
authored
Fix toIpInAgg & toIpInSort (#129743)
1 parent 39a3e80 commit f2703ce

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
@@ -317,15 +317,15 @@ FROM logs
317317
2023-10-23T13:55:01.546Z| java|More java stuff |null
318318
;
319319

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

324324
COUNT(*):long | ip:ip
325325
1 | 1.1.1.1
326326
;
327327

328-
toIpInSort
328+
toIpInSort#[skip:-8.13.99,reason:SortByExpression introduced in 8.14]
329329
ROW s = "1.1.1.1" | SORT TO_IP(s)
330330
;
331331

0 commit comments

Comments
 (0)