james727 opened a new issue #1620:
URL: https://github.com/apache/arrow-datafusion/issues/1620


   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Right now when printing a logical plan with a join there is no indication of 
the type of join involved. For example, the following can represent any one of 
a left/right/inner/full join:
   ```
   Join: Using #test.a = #test2.a
   ```
   
   **Describe the solution you'd like**
   Update `display` to include the `JoinType`.
   
   **Additional context**
   This will be useful for testing 
https://github.com/apache/arrow-datafusion/issues/1585


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

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


Reply via email to