jonathanc-n commented on code in PR #17373:
URL: https://github.com/apache/datafusion/pull/17373#discussion_r2317327468
##########
datafusion/physical-plan/src/joins/hash_join/exec.rs:
##########
@@ -638,6 +638,21 @@ impl HashJoinExec {
///
/// This function is public so other downstream projects can use it to
/// construct `HashJoinExec` with right side as the build side.
+ ///
+ /// If you want to use this interface directly, please continue to the
following notes.
Review Comment:
```suggestion
/// For using this interface directly, please refer to below:
```
--
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]