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
The current implementation of GroupOrderingPartial updates its internal state by converting any incoming batch into the row format, and then traversing that format to determine if the sort key changed.
I believe that the same can be computed (more effiently?) without such a conversion by using arrow_ord::partition::partition.
The text was updated successfully, but these errors were encountered:
The current implementation of GroupOrderingPartial updates its internal state by converting any incoming batch into the row format, and then traversing that format to determine if the sort key changed.
I believe that the same can be computed (more effiently?) without such a conversion by using
arrow_ord::partition::partition
.The text was updated successfully, but these errors were encountered: