OpenSearch/x-pack/plugin/sql/src/main
Marios Trivyzas 644ae49817
SQL: Fix behaviour of COUNT(DISTINCT <literal>) (#56869) (#56932)
Previously `COUNT(DISTINCT <literal>)` was returning the same result
as `COUNT(<literal>)` which is not correct as it should always return 1
if there is at least one matching row (bucket if there is a GROUP BY),
or 0 otherwise.

(cherry picked from commit 7f7d7562d43034907f432d39d0d66f490d78f4a8)
2020-05-19 11:19:06 +02:00
..
antlr SQL: Allow whitespaces in escape patterns (#47577) 2019-10-07 15:05:02 +02:00
bin Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
java/org/elasticsearch/xpack/sql SQL: Fix behaviour of COUNT(DISTINCT <literal>) (#56869) (#56932) 2020-05-19 11:19:06 +02:00
plugin-metadata Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
resources QL: case sensitive support in EQL (#56404) (#56597) 2020-05-12 16:56:18 +03:00