comphead commented on code in PR #16083: URL: https://github.com/apache/datafusion/pull/16083#discussion_r2141896340
########## datafusion/core/tests/fuzz_cases/join_fuzz.rs: ########## @@ -305,6 +305,31 @@ async fn test_left_mark_join_1k_filtered() { .await } +// todo: add JoinTestType::HjSmj after Right mark SortMergeJoin support Review Comment: It is needed to add RightMark Join support to SortMergeJoin execution as well -- 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