79193184

Date: 2024-11-15 16:25:44
Score: 0.5
Natty:
Report link

This might be one of the underlying causes but encountered a similar issue , which was identified to be caused by skewed data as analysed from Spark UI.

This was handled by broadcast join.

df1.join(df2.broadcast(), "join_column")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: samhita