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
[ntuple] Merger: accept different sizes for fields' logical column ids
Two field descriptors might legitimately have different numbers of
elements in their LogicalColumnIds vectors due to having a different
number of representations.
The proper check to do is the one on the column cardinality, which
makes sure that the same number of columns is actually used at a time.
0 commit comments