commit cb06788e400e914fcb6559e13e8195ffb72d381c Author: Jenkins Date: Thu Aug 24 08:23:34 2017 -0700 Branching for 5.13.0 on Thu Aug 24 08:22:31 PDT 2017 JOB_NAME : 'Cut-Release-Branches' BUILD_NUMBER : '498' CODE_BRANCH : '' OLD_CDH_BRANCH : 'cdh5_5.13.x' Pushed to remote origin git@github.sf.cloudera.com:CDH/parquet-format.git (push) commit 7909134a02a224c90a20b3decb4693cf20a422f7 Author: Jenkins Date: Thu Aug 24 05:11:48 2017 -0700 Branching for 5.13.1-SNAPSHOT on Thu Aug 24 05:10:35 PDT 2017 JOB_NAME : 'Cut-Release-Branches' BUILD_NUMBER : '492' CODE_BRANCH : '' OLD_CDH_BRANCH : 'cdh5' Pushed to remote origin git@github.sf.cloudera.com:CDH/parquet-format.git (push) commit ba3d8a93dec88dfff46449bcc3178baacbeee2c4 Author: Jenkins Date: Thu May 25 11:04:57 2017 -0700 Updating Maven version to 5.13.0-SNAPSHOT commit 3a16001c07bee3d8deda78629ea5b28eda537d78 Author: Jenkins Date: Mon Feb 27 16:11:24 2017 -0800 Updating Maven version to 5.12.0-SNAPSHOT commit 4e3922aade340aed8a34369be9d7df0fed40e767 Author: Jenkins Date: Mon Nov 28 16:24:32 2016 -0800 Updating Maven version to 5.11.0-SNAPSHOT commit e9efc366b27d6969e40b233873ec5f4043ec0ae4 Author: Jenkins Date: Thu Aug 18 13:44:10 2016 -0700 Updating Maven version to 5.10.0-SNAPSHOT commit 62f7e9062b0ee150e20dfe2fe0d2e7580496ef24 Author: Jenkins Date: Mon May 16 14:00:53 2016 -0700 Update to 5.9.0-SNAPSHOT on Mon May 16 14:00:09 PDT 2016 JOB_NAME : 'Cut-Release-Branches' BUILD_NUMBER : '333' CODE_BRANCH : '' OLD_CDH_BRANCH : 'cdh5' Pushed to remote origin git@github.sf.cloudera.com:CDH/parquet-format.git (push) commit 45986c57f7aaa5ca72d66d1ac950d3e9ba91f749 Author: Jenkins Date: Fri Feb 12 20:27:40 2016 -0800 Updating Maven version to 5.8.0-SNAPSHOT commit 11e2cee7ac02f30d5f8c8904893dcdb24ea4930e Author: Ryan Blue Date: Thu Sep 24 13:01:19 2015 -0700 PARQUET-369: Add shaded SLF4J NOP binding. This silences the complaint that no logger implementation could be found. No logger implementation was possible because the class that SLF4J was trying to load had been relocated. The only options are to relocate an implementation along with SLF4J or not shade SLF4J. This adds the NOP logger to silence the warning. commit a3092e20e803a866f2a239d119464c42e0cc428b Author: Jenkins Date: Fri Sep 4 15:15:53 2015 -0700 Updating Maven version to 5.7.0-SNAPSHOT commit 379813ed1397673d1ca2a9f702ed16a56d70c792 Author: Jenkins slave Date: Mon Mar 9 07:45:55 2015 -0700 Preparing for CDH5.5.0 development commit 0082a5b0713c04ee9328c75a33d01c8065aab9aa Author: julien Date: Fri Aug 29 17:33:19 2014 -0700 PARQUET-79: add a streaming Thrift API, to enable processing the metadata as we read it and skipping unnecessary fields. This pull request provides an API to read thrift in a streaming fashion. This enables ignoring fields that are not needed without loading them into memory. It also aloow treating the data as it comes instead of when it's fully loaded in memory. Author: julien Closes #8 from julienledem/streaming_metadata and squashes the following commits: 621769a [julien] cleanup refactoring a58913d [julien] rename add to consume e5c78fc [julien] #simplify cb386ce [julien] RIP TypedConsumerProvider, @tsdeng did not like you 8dd801e [julien] Merge branch 'master' into streaming_metadata 958726f [julien] javadoc; fix apis 9be786a [julien] added simple readMetaData method bee937a [julien] refactor, cleanup 6368bdc [julien] streaming thrift reader 71c85de [julien] first stab commit f8f65a43540d76ebaf2c48d8437de40819f349b2 Author: Jacques Nadeau Date: Wed Jul 30 08:55:46 2014 -0700 PARQUET-12: Add format support for additional converted types. Author: Jacques Nadeau Closes #3 from jacques-n/PARQUET-12 and squashes the following commits: 7001502 [Jacques Nadeau] Remove micros implementations until everyone is agreed on micros versus nanos. b0e067c [Jacques Nadeau] PARQUET-12: Add format support for additional converted types. commit d4cb2ddd63ac42899802d405922adee91d44384b Author: julien Date: Tue May 27 15:14:27 2014 -0700 fix id Conflicts: src/thrift/parquet.thrift Resolution: This fixes the conflict in the last commit. commit 0095112704c438bec8bbd579384fe17e0a2e052d Author: Julien Le Dem Date: Tue Mar 4 14:46:09 2014 -0800 add field_id in SchemaElement Conflicts: src/thrift/parquet.thrift Resolution: This is expected and was fixed upstream by merging master into the working branch. commit 71f1c47f78d7563a96c7f1288b2fc750f957b12b Author: Jenkins slave Date: Tue Oct 28 10:21:40 2014 -0700 Preparing for CDH5.4.0 development commit 2fb0ee4a9e531ea9aaa5cbeafffc90af9583934e Author: Jenkins slave Date: Fri Sep 26 09:26:30 2014 -0700 Preparing for CDH5.3.0 development commit e319db54e2e2767d3d8d47a699941cfd1e6c5705 Author: Ryan Blue Date: Mon Jul 28 09:19:33 2014 -0700 CLOUDERA-BUILD. Use CDH5 parent pom and repositories.