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

Jacques Nadeau resolved DRILL-662.
----------------------------------

    Resolution: Fixed

> Select columns from parquet files result in different order
> -----------------------------------------------------------
>
>                 Key: DRILL-662
>                 URL: https://issues.apache.org/jira/browse/DRILL-662
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Ramana Inukonda Nagaraj
>
> This is similar to a previous bug where select * would return columns in a 
> different order in parquet.
> Example:
> select cust_key,acctbal,address from `parquet_storage/customer_nonull.parquet`
> returns 
> +------------+------------+------------+
> |  cust_key  |  address   |  acctbal   |
> +------------+------------+------------+
> This is a regression. 



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

Reply via email to