Description
Adaptive execution reduces the number of post-shuffle partitions at runtime, even for shuffles caused by repartition. However, the user likely wants to get the desired number of partition when he calls repartition even in adaptive execution. It will be good to support not changing the number of post-shuffle partition for repartition in adaptive execution.