This is an automated email from the ASF dual-hosted git repository.
gabor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git.
from 797fc6f PARQUET-1418: Run integration tests in Travis (#524)
add a4c107e Updated file description.
add cb17588 comments on the thrift file; diagram for the metadata
add f848e45 Fix description in POM and more README cleanup
add c619db1 Add bool description and miscellaneous cleanup.
add 06627f0 Thrift file updates.
add 01b195b Update readme
add 511b1f5 embed thrift to avoid dependency
add dd8077e adding utility classe to completely hide Thrift
add efb93bf Merge pull request #35 from Parquet/shading_jar
add 080b953 [maven-release-plugin] prepare release parquet-format-1.0.0-t2
add 8463ba1 [maven-release-plugin] prepare for next development iteration
add 3848f32 undo release changes
add 2925244 Merge pull request #46 from
Parquet/alexlevenson/update-readme-rle-4bytes
add ab5d3a1 [maven-release-plugin] prepare release parquet-format-1.0.0-t2
add 46aa59c revert back to SNAPSHOT
add 32dbb4a [maven-release-plugin] prepare release parquet-format-1.0.0
add 97cf75f [maven-release-plugin] prepare for next development iteration
add d920ce2 fix plugin versions
add dbf495c fix plugin name
add 0b49e8a update mvn shade plugin instead
add 73e3d08 Merge pull request #77 from Parquet/fix_plugin_versions
add aa44246 [maven-release-plugin] prepare release parquet-format-2.0.0
add 891cc3a [maven-release-plugin] prepare for next development iteration
add d40381a Upgrade maven-shade-plugin to 2.1 to compile with mvn 3.1.1
add 4b517ae Merge pull request #80 from gerashegalov/master
add 3f37ca2 exclude thrift source from jar
add c54e6d5 Merge pull request #82 from
Parquet/exclude_thrift_source_from_jar
add 70a0012 [maven-release-plugin] prepare release parquet-format-2.1.0
add 31df4fa [maven-release-plugin] prepare for next development iteration
add dd98249 Merge branch 'master' into field_id
add 402749f Merge pull request #85 from Parquet/field_id
add 02abe09 PARQUET-11: Reduce memory pressure when reading footers
add 97964f3 PARQUET-79: add a streaming Thrift API, to enable processing
the metadata as we read it and skipping unnecessary fields.
add 78de104 PARQUET-72: Prepare for Apache release
add f6608e6 PARQUET-85: add license headers
add f8bc8d1 PARQUET-72: Update POM to use ASF parent.
add 149ef7a [maven-release-plugin] prepare release
parquet-format-2.2.0-rc1
add f2d88f2 [maven-release-plugin] prepare for next development iteration
add 2963317 PARQUET-72: Fix NOTICE
add 3633dee PARQUET-109: Update NOTICE, add binary LICENSE.
add 0fcfe61 PARQUET-23: Refactor parquet-format to org.apache names.
add ec9612f PARQUET-111: Update LICENSE and pom.
add fc5f1f8 [maven-release-plugin] prepare release parquet-format-2.2.0
add 6827f85 Revert "[maven-release-plugin] prepare release
parquet-format-2.2.0"
add bf8c7fd [maven-release-plugin] prepare release
apache-parquet-format-2.2.0
add e9f2b90 [maven-release-plugin] prepare for next development iteration
add 89f9a7a [maven-release-plugin] prepare release
apache-parquet-format-2.3.0
add 2c23ff7 [maven-release-plugin] prepare for next development iteration
add 2726dc5 PARQUET-185: Update release scripts and POM.
add db35a4c [maven-release-plugin] prepare release
apache-parquet-format-2.3.0-incubating
add 23fd736 [maven-release-plugin] prepare for next development iteration
add 75f0715 PARQUET-265: Update POM for Parquet TLP.
add 3052d4e PARQUET-178: Remove SLF4J META-INF from binary artifacts.
add d5eb863 PARQUET-369: Add shaded SLF4J NOP binding.
add f6cd4cc [maven-release-plugin] prepare release
apache-parquet-format-2.3.1
add 43f122f [maven-release-plugin] prepare for next development iteration
add 5008c5a PARQUET-450: Fix several typos in Parquet format documentation
add 73e936c PARQUET-609: Add Brotli to parquet's thrift definition
add ae52b4d PARQUET-371: update thrift dependency to 0.9.3; do not shade
slf4j
add c48cbb1 PARQUET-1049: Make thrift version a property in pom.xml
add e281913 PARQUET-906: Add LogicalType annotation.
add 56c4fcd [maven-release-plugin] prepare release
apache-parquet-format-2.4.0
add 1b8292a [maven-release-plugin] prepare for next development iteration
add 6cc4110 PARQUET-1144: Remove slf4j-nop.
add 3df27ee [maven-release-plugin] prepare release
apache-parquet-format-2.4.0
add 9eae3e8 [maven-release-plugin] prepare for next development iteration
add 40d263f PARQUET-1145: Add license to .gitignore
add 8293207 PARQUET-1197: Log rat failures
add 75f0e42 PARQUET-1201: Implement page indexes
add ad3a8d4 PARQUET-1236: Align version of slf4j-api
add ba5ad42 PARQUET-1258: Update scm developer connection to github (#90)
add 06ffe24 [maven-release-plugin] prepare release
apache-parquet-format-2.5.0
add e846f7a Revert "[maven-release-plugin] prepare release
apache-parquet-format-2.5.0"
add 59f5c72 [maven-release-plugin] prepare release
apache-parquet-format-2.5.0
add 3d8426e [maven-release-plugin] prepare for next development iteration
add 344b568 PARQUET-1399: Move files to the module directory
new 412685f Merge commit '344b56803fea37af84b9c01c9b6dcff586779683' into
merge_PARQUET-1399
new a150f24 PARQUET-1399: Move parquet-mr related code from parquet-format
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
parquet-avro/pom.xml | 4 +-
parquet-common/pom.xml | 4 +-
parquet-format-structures/pom.xml | 206 ++++++++++++++++++
.../apache/parquet/format/InterningProtocol.java | 190 +++++++----------
.../org/apache/parquet/format/LogicalTypes.java | 55 +++++
.../main/java/org/apache/parquet/format/Util.java | 236 +++++++++++++++++++++
.../org/apache/parquet/format/event/Consumers.java | 193 +++++++++++++++++
.../format/event/EventBasedThriftReader.java | 126 +++++++++++
.../apache/parquet/format/event/FieldConsumer.java | 26 ++-
.../apache/parquet/format/event/TypedConsumer.java | 205 ++++++++++++++++++
.../java/org/apache/parquet/format/TestUtil.java | 83 ++++++++
parquet-hadoop/pom.xml | 4 +-
parquet-pig/pom.xml | 4 +-
parquet-protobuf/pom.xml | 11 +
parquet-thrift/pom.xml | 11 +
parquet-tools/pom.xml | 4 +-
pom.xml | 8 +
17 files changed, 1234 insertions(+), 136 deletions(-)
create mode 100644 parquet-format-structures/pom.xml
copy
parquet-thrift/src/main/java/org/apache/parquet/thrift/ParquetProtocol.java =>
parquet-format-structures/src/main/java/org/apache/parquet/format/InterningProtocol.java
(58%)
create mode 100644
parquet-format-structures/src/main/java/org/apache/parquet/format/LogicalTypes.java
create mode 100644
parquet-format-structures/src/main/java/org/apache/parquet/format/Util.java
create mode 100644
parquet-format-structures/src/main/java/org/apache/parquet/format/event/Consumers.java
create mode 100644
parquet-format-structures/src/main/java/org/apache/parquet/format/event/EventBasedThriftReader.java
copy parquet-thrift/src/main/java/org/apache/parquet/thrift/ProtocolPipe.java
=>
parquet-format-structures/src/main/java/org/apache/parquet/format/event/FieldConsumer.java
(59%)
create mode 100644
parquet-format-structures/src/main/java/org/apache/parquet/format/event/TypedConsumer.java
create mode 100644
parquet-format-structures/src/test/java/org/apache/parquet/format/TestUtil.java