You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/27 20:54:01 UTC

[GitHub] [arrow-datafusion] alamb commented on a change in pull request #1674: feat: add join type for logical plan display

alamb commented on a change in pull request #1674:
URL: https://github.com/apache/arrow-datafusion/pull/1674#discussion_r793990555



##########
File path: datafusion/src/logical_plan/plan.rs
##########
@@ -48,6 +49,20 @@ pub enum JoinType {
     Anti,
 }
 
+impl Display for JoinType {

Review comment:
       👍 




-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org