You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/11/30 15:16:00 UTC

[jira] [Resolved] (ARROW-10729) [Rust] [DataFusion] Add SQL support for JOIN using implicit syntax

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

Andy Grove resolved ARROW-10729.
--------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 8785
[https://github.com/apache/arrow/pull/8785]

> [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
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> 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)