ganeshashree commented on PR #57813: URL: https://github.com/apache/spark/pull/57813#issuecomment-5369017922
> > I think the best direction is to fix the case of left semi & left outer with SQL config as a kill switch, and have left anti on top of the fix. > > My bad if my proposal wasn't clear. I was thinking of having a new JIRA ticket to change the behavior for Left Semi & Left Outer (it warrants a new ticket due to breaking/behavioral change) and merging the fix (fixing common code in that PR), and getting back to this to scope to Left Anti only. I assume the code change itself won't be complex for the new PR as I expect the code change to be made here already. > > Could you please help doing it? Again I can volunteer to do that by myself if you mind. Please let me know. Thanks for clarifying. I created SPARK-58904 to change the behavior for Left Semi and Left Outer. I'll update this PR to include only the left anti on top of it.. -- 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]
