SQL: Allow TIME data type in GROUP BY & HISTOGRAM #40639
Labels
:Analytics/SQL
SQL querying
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Currently
TIME
data type is internally modelled asOffsetTime
which is not treated correctly by ES scripting modules which causes queries like:and
to fail.
To correctly implement this
TIME
-> OffsetTime must be converted to Long for the scripting purposes and converted back toOffsetTime
when values are extracted from ES response.The text was updated successfully, but these errors were encountered: