haohuaijin commented on issue #7766:
URL:
https://github.com/apache/arrow-datafusion/issues/7766#issuecomment-1757128086
Hi @alamb ,
> ```rust
> impl LogicalPlanBuilder {
>
> pub fn join_on(
> self,
> right: DataFrame,
> join_type: JoinType,
> on_exprs: impl IntoIterator<Item = Expr>
> ) -> Result<DataFrame> {
> ...
> }
> ```
Shouldn't the return type of `LogicalPlanBuilder::join_on` be `Result<Self>`?
--
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]