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

Rahul Challapalli updated DRILL-813:
------------------------------------

    Attachment: uservisits.parquet
                rankings.parquet

Attached the parquet files referenced in the queries.

> 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: Execution - Flow
>            Reporter: Rahul Challapalli
>         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)

Reply via email to