diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/categorize.csv-spec b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/categorize.csv-spec index abf8e516ae161..da670cdf197a5 100644 --- a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/categorize.csv-spec +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/categorize.csv-spec @@ -305,7 +305,8 @@ COUNT():long | category:keyword 7 | .*?.*? ; -on null +# Doesn't give the correct results - Requires nulls support +on null-Ignore required_capability: categorize_v2 FROM sample_data @@ -315,9 +316,11 @@ FROM sample_data ; COUNT():long | category:keyword + 7 | null ; -on null string +# Doesn't give the correct results - Requires nulls support +on null string-Ignore required_capability: categorize_v2 FROM sample_data @@ -327,6 +330,7 @@ FROM sample_data ; COUNT():long | category:keyword + 7 | null ; filtering out all data