You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/23 19:45:25 UTC

[jira] [Resolved] (DRILL-813) When joining 2 views (v1 and v2), the order of columns is reverse

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

Jacques Nadeau resolved DRILL-813.
----------------------------------

    Resolution: Fixed

> When joining 2 views (v1 and v2), the order of columns is reverse
> -----------------------------------------------------------------
>
>                 Key: DRILL-813
>                 URL: https://issues.apache.org/jira/browse/DRILL-813
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: SQL Parser
>            Reporter: Rahul Challapalli
>            Assignee: Rahul Challapalli
>             Fix For: 1.0.0-BETA1
>
>         Attachments: rankings.parquet, uservisits.parquet
>
>
> git.commit.id.abbrev=70fab8c
> create view v1 as select pageRank, pageURL, avgDuration from `dfs/parquet/rankings`;
> create view v2 as select sourceIP, destinationURL, visitDate, adRevenue, userAgent, countryCode, languageCode, searchWord, duration from `dfs/parquet/uservisits`;
> select * from v1 inner join v2 on v1.pageURL = v2.destinationURL;
> Now the above select query displays the columns of v2 first followed by v1. The expected order should be cols of v1 followed by cols of v2.



--
This message was sent by Atlassian JIRA
(v6.2#6252)