[ 
https://issues.apache.org/jira/browse/ARROW-10729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove reassigned ARROW-10729:
----------------------------------

    Assignee: Andy Grove

> [Rust] [DataFusion] Add SQL support for JOIN using implicit syntax
> ------------------------------------------------------------------
>
>                 Key: ARROW-10729
>                 URL: https://issues.apache.org/jira/browse/ARROW-10729
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust - DataFusion
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>
> Add SQL support for JOIN using implicit syntax where there are multiple 
> tables in the FROM clause and the join conditions are part of the WHERE 
> clause.
> Example:
> {code:java}
> SELECT * 
> FROM t1, t2, t3 
> WHERE t1.foo = t2.foo AND t2.bar = t3.bar{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to