OpenSearch/x-pack/qa/sql
Costin Leau 65dbc17510
SQL: Fix bug caused by empty composites (#30343)
When dealing with filtering, a composite aggregation might return empty
buckets (which have been filtered) which gets sent as is to the client.
Unfortunately this interprets the response as no more data instead of
retrying.

This now has changed and the listener keeps retrying until either the
query has ended or data passes the filter.

Fix #30292
2018-05-03 17:13:32 +03:00
..
multinode Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
no-security Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
security SQL: Fix bug caused by empty composites (#30343) 2018-05-03 17:13:32 +03:00
src/main [TEST] Redirect links to new locations (#30179) 2018-04-27 09:24:46 -07:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00