Return-Path: X-Original-To: apmail-parquet-commits-archive@minotaur.apache.org Delivered-To: apmail-parquet-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69FD617AD3 for ; Mon, 9 Mar 2015 20:11:21 +0000 (UTC) Received: (qmail 25331 invoked by uid 500); 9 Mar 2015 20:11:21 -0000 Delivered-To: apmail-parquet-commits-archive@parquet.apache.org Received: (qmail 25308 invoked by uid 500); 9 Mar 2015 20:11:20 -0000 Mailing-List: contact commits-help@parquet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@parquet.incubator.apache.org Delivered-To: mailing list commits@parquet.incubator.apache.org Received: (qmail 25299 invoked by uid 99); 9 Mar 2015 20:11:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 20:11:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Mar 2015 20:10:59 +0000 Received: (qmail 24690 invoked by uid 99); 9 Mar 2015 20:10:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 20:10:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3DF2DE180E; Mon, 9 Mar 2015 20:10:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: blue@apache.org To: commits@parquet.incubator.apache.org Message-Id: <4813691134894b49bcf6b000bae818ab@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-parquet-format git commit: PARQUET-188: Add ColumnChunk metadata order to the spec. Date: Mon, 9 Mar 2015 20:10:57 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-parquet-format Updated Branches: refs/heads/master 0e2e0a469 -> ce4de847a PARQUET-188: Add ColumnChunk metadata order to the spec. As discussed on PARQUET-188, this updates the file format spec to state that the column metadata order should match the schema column order. Author: Ryan Blue Closes #22 from rdblue/PARQUET-188-specify-column-metadata-order and squashes the following commits: af8334f [Ryan Blue] PARQUET-188: Add ColumnChunk metadata order to the spec. Project: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/commit/ce4de847 Tree: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/tree/ce4de847 Diff: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/diff/ce4de847 Branch: refs/heads/master Commit: ce4de847a5ad09974232827e656ecd990ad1b2f6 Parents: 0e2e0a4 Author: Ryan Blue Authored: Mon Mar 9 13:10:51 2015 -0700 Committer: Ryan Blue Committed: Mon Mar 9 13:10:51 2015 -0700 ---------------------------------------------------------------------- src/thrift/parquet.thrift | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/blob/ce4de847/src/thrift/parquet.thrift ---------------------------------------------------------------------- diff --git a/src/thrift/parquet.thrift b/src/thrift/parquet.thrift index a5feaa2..45dccce 100644 --- a/src/thrift/parquet.thrift +++ b/src/thrift/parquet.thrift @@ -509,6 +509,9 @@ struct ColumnChunk { } struct RowGroup { + /** Metadata for each column chunk in this row group. + * This list must have the same order as the SchemaElement list in FileMetaData. + **/ 1: required list columns /** Total byte size of all the uncompressed column data in this row group **/