Open
Description
Is your feature request related to a problem or challenge?
Add a mode that outputs selection vectors (for now let's use dense boolean arrays so it can be added to RecordBatch) in RepartitionExec. The array outputs true for each row that has hash % total_partition == current_partition (and false if not).
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response