[ESQL] Testing for date nanos union type #112885
Labels
:Analytics/ES|QL
AKA ESQL
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test
Issues or PRs that are addressing/adding tests
#111850 and #112150 add in conversion functions that can be used as union types for date nanos, but they don't have much in the way of testing for the union type use case. This ticket is for adding that testing.
In particular, we need to make sure that the union type correctly pushes down to lucene. That will, functionally, mean sending two different long filters to lucene, since the backing longs are of different units.
The text was updated successfully, but these errors were encountered: