Hello,

I'm planning to use DF1.except(DF2) to get difference between two
dataframes. I'd like to know how exactly this API works.
Both explain() and spark UI show "except" as an operation on its own.
Internally, does does it do a hash partition of both dataframes?
If so will it do auto broadcast if second dataframe is small enough?

Srikanth

Reply via email to