Any suggestions?
On Wed, May 22, 2019 at 6:32 AM Rishi Shah wrote:
> Hi All,
>
> If dataframe is repartitioned in memory by (date, id) columns and then if
> I use multiple window functions which uses partition by clause with (date,
> id) columns --> we can avoid shuffle/sort again I believe.. Ca
Hi All,
If dataframe is repartitioned in memory by (date, id) columns and then if I
use multiple window functions which uses partition by clause with (date,
id) columns --> we can avoid shuffle/sort again I believe.. Can someone
confirm this?
However what happens when dataframe repartition was do