mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
This commit is contained in:
parent
555ab5967a
commit
ac9d9e446b
1 changed files with 1 additions and 0 deletions
|
@ -1455,6 +1455,7 @@ public class EsqlActionIT extends AbstractEsqlIntegTestCase {
|
|||
}
|
||||
|
||||
public void testGroupingStatsOnMissingFields() {
|
||||
assumeTrue("Pragmas are only allowed in snapshots", Build.current().isSnapshot());
|
||||
assertAcked(client().admin().indices().prepareCreate("missing_field_index").setMapping("data", "type=long"));
|
||||
long oneValue = between(1, 1000);
|
||||
indexDoc("missing_field_index", "1", "data", oneValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue