You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/11/23 05:46:22 UTC

[hudi] branch master updated (c88c2af -> 9de9951)

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

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


    from c88c2af  [HUDI-2743] Assume path exists and defer fs.exists() in AbstractTableFileSystemView (#4002)
     add 9de9951  [HUDI-2778] Optimize statistics collection related codes and add some docs for z-order add fix some bugs (#4013)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/config/HoodieClusteringConfig.java | 11 ++++
 .../org/apache/spark/ZCurveOptimizeHelper.java     | 18 +++--
 .../common/model/HoodieColumnRangeMetadata.java    | 42 ++++++++----
 .../org/apache/hudi/common/util/ParquetUtils.java  | 62 ++++++++++++++---
 .../apache/spark/sql/hudi/DataSkippingUtils.scala  |  4 +-
 .../scala/org/apache/hudi/TestOptimizeTable.scala  | 77 ++++++++++++++++++++--
 6 files changed, 175 insertions(+), 39 deletions(-)