LukaZdravic commented on PR #58776: URL: https://github.com/apache/spark/pull/58776#issuecomment-5680345009
Thanks @HyukjinKwon! Added the one-line comment on the backward-join equi-key case in cd97595 — it has at most one right row per group, so it does not spill, which is why it keeps plain `checkAnswer` while the forward and nearest cases use `checkAnswerAndSpill`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
