We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218d4a8 commit 6c8600dCopy full SHA for 6c8600d
x-pack/plugin/esql/qa/testFixtures/src/main/resources/ip.csv-spec
@@ -328,15 +328,15 @@ FROM logs
328
2023-10-23T13:55:01.546Z| java|More java stuff |null
329
;
330
331
-toIpInAgg
+toIpInAgg#[skip:-8.12.99,reason:StatsNestedExp introduced in v8.13.0]
332
ROW s = "1.1.1.1" | STATS COUNT(*) BY ip = TO_IP(s)
333
334
335
COUNT(*):long | ip:ip
336
1 | 1.1.1.1
337
338
339
-toIpInSort
+toIpInSort#[skip:-8.13.99,reason:SortByExpression introduced in 8.14]
340
ROW s = "1.1.1.1" | SORT TO_IP(s)
341
342
0 commit comments