[
https://issues.apache.org/jira/browse/PARQUET-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347624#comment-14347624
]
Ryan Blue commented on PARQUET-188:
-----------------------------------
I spoke with Julien about updating the spec and he agreed that the order should
match the schema's field order. [Parquet Format PR
#22|https://github.com/apache/incubator-parquet-format/pull/22] fixes the
format.
> Parquet writes columns out of order (compared to the schema)
> ------------------------------------------------------------
>
> Key: PARQUET-188
> URL: https://issues.apache.org/jira/browse/PARQUET-188
> Project: Parquet
> Issue Type: Bug
> Components: parquet-mr
> Reporter: Colin Marc
> Assignee: Ryan Blue
> Fix For: parquet-mr_1.6.0
>
>
> When building from master, parquet seems to write row groups with the columns
> in arbitrary orders, not in the same order as the schema. This appears to
> happen regardless of the OutputFormat or WriteSupport used.
> This breaks implementations that assume the columns will be in a specific
> order, in particular impala.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)