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 issue started from delta-io/delta-rs#3790 where we are trying to z-order over a large subset of data. While sorting and merging we run into an overflow panic because few of the string columns don't end up fitting in a string array and would need a large string array
We saw #1294 that made a change to allow large types on write paths, it would be good to have a choice on read paths too which would help during z-order, aggregations during querying, and other cases