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 39a3e80 commit f2703ceCopy full SHA for f2703ce
x-pack/plugin/esql/qa/testFixtures/src/main/resources/ip.csv-spec
@@ -317,15 +317,15 @@ FROM logs
317
2023-10-23T13:55:01.546Z| java|More java stuff |null
318
;
319
320
-toIpInAgg
+toIpInAgg#[skip:-8.12.99,reason:StatsNestedExp introduced in v8.13.0]
321
ROW s = "1.1.1.1" | STATS COUNT(*) BY ip = TO_IP(s)
322
323
324
COUNT(*):long | ip:ip
325
1 | 1.1.1.1
326
327
328
-toIpInSort
+toIpInSort#[skip:-8.13.99,reason:SortByExpression introduced in 8.14]
329
ROW s = "1.1.1.1" | SORT TO_IP(s)
330
331
0 commit comments