You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by fo...@apache.org on 2020/06/02 16:10:39 UTC

[parquet-mr] branch master updated (1c63c93 -> 958ed6f)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git.


    from 1c63c93  PARQUET-1868: Fix bloom filter toggle in reader options builder (#795)
     add 958ed6f  PARQUET-1684: Do not store default protobuf values as null for proto3 (#702)

No new revisions were added by this update.

Summary of changes:
 parquet-protobuf/pom.xml                           |   7 +
 .../apache/parquet/proto/ProtoWriteSupport.java    |  74 ++++--
 .../parquet/proto/ProtoInputOutputFormatTest.java  | 294 +++++++++++++++++++++
 .../parquet/proto/ProtoWriteSupportTest.java       |  50 +++-
 .../java/org/apache/parquet/proto/TestUtils.java   |  30 ++-
 5 files changed, 422 insertions(+), 33 deletions(-)