elastic / elasticsearch

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

[ESQL] Support date nanos on Bucket function #118031

Open not-napoleon opened 6 hours ago

not-napoleon commented 6 hours ago

Support bucket function on date nanos type. Bucket is just wrapping date trunc here, which we added support for in https://github.com/elastic/elasticsearch/issues/110008, so this should be a pretty small change.

elasticsearchmachine commented 6 hours ago

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