Skip to content

Commit

Permalink
Ignore and fix null tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancea committed Nov 27, 2024
1 parent 30412ad commit 74aeae3
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -327,6 +330,7 @@ FROM sample_data
;

COUNT():long | category:keyword
7 | null
;

filtering out all data
Expand Down

0 comments on commit 74aeae3

Please sign in to comment.