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
Support for multi threading inputs (batches incoming not in order if they were ordered) with nodes like ScalarAggregateNode , GroupByNode and SortedMergeNode, previously resolved by disabling multi threading when using them.
Propagating ordering information on output of nodes ScalarAggregateNode and GroupByNode when input is ordered.
I also created a PR with all the changes for this.