elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.74k stars 24.68k forks source link

ES|QL: validate annotations for aggregate function #104938

Open luigidellaquila opened 8 months ago

luigidellaquila commented 8 months ago

ES|QL functions have annotations to describe function signatures, including accepted and returned types.

For regular, non-aggregate functions, these annotations are tested and compared with test results. For aggregate functions there are no specific tests for this; we should add them.

elasticsearchmachine commented 8 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)