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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
As a step towards implementing true shuffle, we need ShuffleReaderExec to be able to read from multiple locations per partition instead of from a single location.
Describe the solution you'd like ShuffleReaderExec should accept Vec<Vec<PartitionLocation>> instead of Vec<PartitionLocation>.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
As a step towards implementing true shuffle, we need
ShuffleReaderExec
to be able to read from multiple locations per partition instead of from a single location.Describe the solution you'd like
ShuffleReaderExec
should acceptVec<Vec<PartitionLocation>>
instead ofVec<PartitionLocation>
.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: