You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by sh...@apache.org on 2022/06/18 03:09:56 UTC

[parquet-mr] branch master updated (c797a85b3 -> e06384455)

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

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


    from c797a85b3 PARQUET-2154: `ParquetFileReader` should close its input stream when `filterRowGroups` throw Exception in constructor (#972)
     add e06384455 PARQUET-2157: add bloom filter fpp config (#975)

No new revisions were added by this update.

Summary of changes:
 .../apache/parquet/column/ParquetProperties.java   | 19 +++++++
 .../parquet/column/impl/ColumnWriterBase.java      |  4 +-
 parquet-hadoop/README.md                           | 13 +++++
 parquet-hadoop/pom.xml                             |  6 +++
 .../apache/parquet/hadoop/ParquetOutputFormat.java |  8 ++-
 .../org/apache/parquet/hadoop/ParquetWriter.java   |  5 ++
 .../apache/parquet/hadoop/TestParquetWriter.java   | 62 ++++++++++++++++++++++
 7 files changed, 114 insertions(+), 3 deletions(-)