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
Conceptually, I consider collect a once-and-done operation, and the limit is a hard memory limit to not go past. It should throw an error if the full data exceeds the limit. Currently the data is silently truncated.