Hi ,

PartitionBy(<column>) is analogous to group by, all rows  that will have
the same value in the specified column will form one window.
The data will be shuffled to form group.

Regards
Raouf

On Fri, May 12, 2023, 18:48 ashok34...@yahoo.com.INVALID
<ashok34...@yahoo.com.invalid> wrote:

> Hello,
>
> In Spark windowing does call with  Window().partitionBy(<column>) can
> cause shuffle to take place?
>
> If so what is the performance impact if any if the data result set is
> large.
>
> Thanks
>

Reply via email to