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
Fix bug: column partitions were were incorrectly mapped to view partitions.
As with the previous bug fix -- I suspect that again, itertools.groupby was used incorrectly. To avoid any mistakes, I am now referring to view indices directly, via a named list of view indices.
0 commit comments