comphead commented on code in PR #13680: URL: https://github.com/apache/datafusion/pull/13680#discussion_r1901261200
########## datafusion/physical-plan/src/joins/sort_merge_join.rs: ########## @@ -2910,6 +2992,310 @@ mod tests { Ok(()) } + #[tokio::test] + async fn join_right_anti_one_one() -> Result<()> { Review Comment: Thanks @irenjj sorry I still not very sure what is one_one? is it join by one column? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org