Description
Rebalance partitions resolve the skew issue during shuffle dataset. It always returns an indeterminate partition number so at the beginning we do not pass partition as parameter.
However, we find the initial partition number can affect the data compression ratio. So it would be better to make the partition number isolation.
Note that, it only affects the initial partition number at map side during shuffle.