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
arrow-ord: add support for partitioning nested types (apache#7131)
This support is currently incorrectly assumed by `BoundedWindowAggExec`, so
partitioning on a nested type (e.g. struct) causes a nested comparison failure
on execution.
This commit adds a check to use distinct on non-nested types and falls back to
using make_comparator on nested types.
0 commit comments