Dandandan opened a new issue #495: URL: https://github.com/apache/arrow-datafusion/issues/495
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The Python dataframe code only supports inner, left, right. But we have outer, semi too and a PR open for anti join. https://github.com/apache/arrow-datafusion/blob/master/python/src/dataframe.rs#L146 **Describe the solution you'd like** Add mapping for outer, semi and anti to the join types. **Describe alternatives you've considered** **Additional context** -- 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. For queries about this service, please contact Infrastructure at: [email protected]
