Skip to content

Commit

Permalink
More mutes
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidellaquila committed Dec 2, 2024
1 parent ea70c3a commit d2ff235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ c:l
49
;

countFieldWithGrouping
countFieldWithGrouping#[skip:-8.13.99,reason:muted, see https://github.com/elastic/elasticsearch/issues/117784]
from employees | rename languages as l | where emp_no < 10050 | stats c = count(emp_no) by l | sort l;

c:l | l:i
Expand All @@ -963,7 +963,7 @@ c:l | l:i
10 | null
;

countFieldWithAliasWithGrouping
countFieldWithAliasWithGrouping#[skip:-8.13.99,reason:muted, see https://github.com/elastic/elasticsearch/issues/117784]
from employees | rename languages as l | eval e = emp_no | where emp_no < 10050 | stats c = count(e) by l | sort l;

c:l | l:i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ id:i |name:s |version:v |o:v
13 |lllll |null |null
;

countVersion
countVersion#[skip:-8.13.99,reason:muted, see https://github.com/elastic/elasticsearch/issues/117784]
FROM apps | RENAME name AS k | STATS v = COUNT(version) BY k | SORT k;

v:l | k:s
Expand Down

0 comments on commit d2ff235

Please sign in to comment.