irenjj commented on code in PR #13680: URL: https://github.com/apache/datafusion/pull/13680#discussion_r1899605324
########## datafusion/physical-plan/src/joins/sort_merge_join.rs: ########## @@ -2910,6 +2984,310 @@ mod tests { Ok(()) } + #[tokio::test] + async fn join_right_anti_one() -> Result<()> { Review Comment: The meaning is "a column." This naming has already been updated. -- 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