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
## What changes were proposed in this pull request?
Fix the issue that minPartitions was not used in the method. This is a simple fix and I am not trying to make it complicated. The purpose is to still allow user to control the defaultParallelism through the value of minPartitions, while also via sc.defaultParallelism parameters.
## How was this patch tested?
I have not provided the additional test since the fix is very straightforward.
Closesapache#21638 from bomeng/22357.
Lead-authored-by: Bo Meng <[email protected]>
Co-authored-by: Bo Meng <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
0 commit comments