Skip to content

Commit 562270c

Browse files
committed
Fix toIpInAgg
1 parent 9e19b85 commit 562270c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ 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

0 commit comments

Comments
 (0)