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/09 07:35:20 UTC

[jira] [Resolved] (DRILL-662) Select columns from parquet files result in different order

     [ 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)