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
It appears that all the *rolling_window() functions do not currently support any aggregations on struct_view columns. There is no case in is_rolling_supported() that handles struct_view.
In the ideal case, we should support COUNT_VALID, COUNT_ALL, ROW_NUMBER, LEAD, LAG, and (soon) COLLECT on struct_view.
(COLLECT support should be added when #7133 is addressed.)
The text was updated successfully, but these errors were encountered:
kkraus14
changed the title
[BUG] rolling_window() does not support struct_view for most operations
[FEA] rolling_window() does not support struct_view for most operations
Jan 27, 2021
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
It appears that all the
*rolling_window()
functions do not currently support any aggregations onstruct_view
columns. There is no case inis_rolling_supported()
that handlesstruct_view
.In the ideal case, we should support
COUNT_VALID
,COUNT_ALL
,ROW_NUMBER
,LEAD
,LAG
, and (soon)COLLECT
onstruct_view
.(
COLLECT
support should be added when #7133 is addressed.)The text was updated successfully, but these errors were encountered: