-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Window functions have a PARTITION BY clause to split the data in partitions and calculate window functions over those partitions individually.
Describe the solution you'd like
We can use Repartition::Hash to parallelize the execution.
Describe alternatives you've considered
n/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request