OpenSearch/x-pack/plugin
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
..
analytics Simplify generics on Mapper.Builder (#56747) 2020-05-15 12:14:49 +01:00
async-search Muse AsyncSearchActionIT (#56897) 2020-05-18 13:36:33 +01:00
autoscaling Migrate remaining ESIntegTestCases to internalClusterTest (#56479) (#56563) 2020-05-11 21:06:04 -07:00
ccr Increase timeout for assertLongBusy in AutoFollowIT (#56910) 2020-05-18 16:20:46 +02:00
core [ML] relax throttling on expired data cleanup (#56711) (#56895) 2020-05-18 08:46:42 -04:00
deprecation Add xpack setting deprecations to deprecation API (#56290) 2020-05-07 10:28:17 -04:00
enrich EnrichProcessorFactory should not throw NPE if missing metadata (#55977) (#56793) 2020-05-15 12:02:13 -04:00
eql EQL: Skip execution for filters with empty results (#56718) 2020-05-14 22:38:23 +03:00
frozen-indices Allow searching of snapshot taken while indexing (#55511) 2020-04-21 13:21:38 +01:00
graph Merge significant_terms into the terms package (backport of #56699) (#56715) 2020-05-13 17:36:21 -04:00
identity-provider Move publishing configuration to a separate plugin (#56727) 2020-05-14 20:23:07 -07:00
ilm Fix Missing IgnoredUnavailable Flag in 7.x SLM Retention Task (#56616) 2020-05-12 18:07:58 +02:00
logstash Deprecated xpack "enable" settings should be no-ops (#55416) (#56167) 2020-05-05 10:40:49 -04:00
mapper-constant-keyword Simplify generics on Mapper.Builder (#56747) 2020-05-15 12:14:49 +01:00
mapper-flattened Simplify generics on Mapper.Builder (#56747) 2020-05-15 12:14:49 +01:00
ml [ML] relax throttling on expired data cleanup (#56711) (#56895) 2020-05-18 08:46:42 -04:00
monitoring Migrate remaining ESIntegTestCases to internalClusterTest (#56479) (#56563) 2020-05-11 21:06:04 -07:00
ql SQL: implement SUM, MIN, MAX, AVG over literals (#56786) (#56850) 2020-05-16 02:13:55 +03:00
rollup Merge significant_terms into the terms package (backport of #56699) (#56715) 2020-05-13 17:36:21 -04:00
search-business-rules Migrate remaining ESIntegTestCases to internalClusterTest (#56479) (#56563) 2020-05-11 21:06:04 -07:00
searchable-snapshots upgrade to Lucene 8.6.0 snapshot (#56661) 2020-05-13 14:25:16 +02:00
security Test adjustments for FIPS 140 (#56526) 2020-05-15 18:10:45 +03:00
spatial Simplify generics on Mapper.Builder (#56747) 2020-05-15 12:14:49 +01:00
sql SQL: Fix behaviour of COUNT(DISTINCT <literal>) (#56869) (#56932) 2020-05-19 11:19:06 +02:00
src/test [ML] relax throttling on expired data cleanup (#56711) (#56895) 2020-05-18 08:46:42 -04:00
transform [7.x] [Transform] add support for terms agg in transforms (#56696) (#56809) 2020-05-15 08:08:43 -04:00
vectors Simplify generics on Mapper.Builder (#56747) 2020-05-15 12:14:49 +01:00
voting-only-node Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
watcher Cause is tracked in #49094 (#56887) 2020-05-18 15:03:38 +03:00
wildcard Simplify generics on Mapper.Builder (#56747) 2020-05-15 12:14:49 +01:00
build.gradle [7.x] json spec: allow null for documentation url (#55749) (#56625) 2020-05-12 14:49:02 -05:00