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
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
I tracked this down to the use of summarize which drops the consolidator (effectively setting it to None. Consolidate then ends up using a nil aggFunc to try to consolidate which is no good.
At this point in processing, I don't think that None consolidator ever makes sense.
Relevant Stack:
I tracked this down to the use of
summarize
which drops the consolidator (effectively setting it toNone
.Consolidate
then ends up using a nil aggFunc to try to consolidate which is no good.At this point in processing, I don't think that None consolidator ever makes sense.
Edit: easy repro
sum(summarize(A, '1min'),summarize(A, '2min'))
The text was updated successfully, but these errors were encountered: