You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2021/02/17 09:05:46 UTC

[parquet-mr] branch master updated (646985d -> 2a23dca)

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 646985d  PARQUET-1966: Fix build with JDK11 for JDK8 (#858)
     add 2a23dca  PARQUET-1979: bloom_filter_offset is filled if there are no bloom filters (#869)

No new revisions were added by this update.

Summary of changes:
 .../format/converter/ParquetMetadataConverter.java   |  9 +++++++--
 .../org/apache/parquet/hadoop/ParquetFileReader.java |  2 +-
 .../parquet/hadoop/metadata/ColumnChunkMetaData.java |  8 +++++---
 .../converter/TestParquetMetadataConverter.java      | 20 ++++++++++++++++++++
 4 files changed, 33 insertions(+), 6 deletions(-)