You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/12/05 17:31:00 UTC

[jira] [Updated] (ARROW-10732) [Rust] [DataFusion] Add SQL support for table/relation aliases and compound identifiers

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

ASF GitHub Bot updated ARROW-10732:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Rust] [DataFusion] Add SQL support for table/relation aliases and compound identifiers
> ---------------------------------------------------------------------------------------
>
>                 Key: ARROW-10732
>                 URL: https://issues.apache.org/jira/browse/ARROW-10732
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust - DataFusion
>    Affects Versions: 3.0.0
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We need to support referencing columns in queries using table name and/or alias prefixes so that we can support use cases such as joins between tables that have duplicate column names.
> For example:
> {code:java}
> SELECT t1.id, t1.name, t2.name FROM t1 JOIN t2 ON t1.id = t2.id {code}



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