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
--group-by month day works. It groups on the extracted day integer from the YYYY-MM-DD date string. It generally works when day is used with month and/or year (these trigger the creation of the day column).
Expected behavior
A warning saying day column was not found, and it should behave as --group-by month.
Current Behavior
--group-by month dayworks. It groups on the extracted day integer from theYYYY-MM-DDdate string. It generally works whendayis used withmonthand/oryear(these trigger the creation of thedaycolumn).Expected behavior
A warning saying
daycolumn was not found, and it should behave as--group-by month.How to reproduce
Possible solutions
--group-by day. This has been ruled out as impractical in filter: Reduce over-sampling in partial months with--group-by month#960 (comment).--group-by day.