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
I think that test had to generate offsets because of this bug, not because the API was designed so. If a column is empty (data), having empty offsets should be the correct behavior. We implemented make_empty_lists_column (and also empty strings column) by that design.
When the input is all empty, i.e., we have empty input values and empty offsets,
segmented_reduce
throws an exception:This is wrong, as it should be able to handle the case of empty input.
The text was updated successfully, but these errors were encountered: