Question
What does repartition do?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Redistributes data to a specified number of partitions using a full shuffle
Explanation:
Repartition can increase or decrease partition count and rebalance data.
Its shuffle makes it relatively expensive.
Leave a Reply