You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2021/09/24 05:33:48 UTC

[hudi] branch master updated (f52cb32 -> 06c2cc2)

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

leesf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from f52cb32  [HUDI-2248] Fixing the closing of hms client (#3364)
     add 06c2cc2  [HUDI-2385] Make parquet dictionary encoding configurable (#3578)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/config/HoodieStorageConfig.java    |  5 +++++
 .../org/apache/hudi/config/HoodieWriteConfig.java  | 12 +++++++----
 .../hudi/io/storage/HoodieAvroParquetConfig.java   |  6 ++++++
 .../hudi/io/storage/HoodieBaseParquetConfig.java   | 25 ++++++++++++++++------
 .../hudi/io/storage/HoodieFileWriterFactory.java   |  2 +-
 .../hudi/io/storage/HoodieParquetWriter.java       |  2 +-
 6 files changed, 39 insertions(+), 13 deletions(-)