You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SQL we use date_histogram for groupings by a interval (YEAR, MONTH etc) and, also, for the HISTOGRAM grouping function. And for this we use the fixed_interval type of interval. This may not be so obvious at first, but it can lead to confusing results.
In SQL we use date_histogram for groupings by a interval (YEAR, MONTH etc) and, also, for the HISTOGRAM grouping function. And for this we use the
fixed_interval
type of interval. This may not be so obvious at first, but it can lead to confusing results.Related to #40162.
The text was updated successfully, but these errors were encountered: