You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/04/06 19:17:42 UTC

[hudi] branch master updated (b2f09a1fee -> d43b4cd95e)

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

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


    from b2f09a1fee [HUDI-3340] Fix deploy_staging_jars command (#5243)
     add d43b4cd95e [HUDI-3739] Fix handling of the `isNotNull` predicate in Data Skipping (#5224)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/ColumnStatsIndexSupport.scala  |  38 +--
 .../scala/org/apache/hudi/HoodieFileIndex.scala    |   7 +-
 .../apache/spark/sql/hudi/DataSkippingUtils.scala  |  30 +-
 .../org/apache/hudi/ColumnStatsIndexHelper.java    |   2 +-
 .../index/zorder/column-stats-index-table.json     |   8 +-
 .../zorder/updated-column-stats-index-table.json   |  16 +-
 .../org/apache/hudi/TestDataSkippingUtils.scala    | 314 +++++++++++----------
 .../hudi/functional/TestColumnStatsIndex.scala     |   7 +-
 8 files changed, 214 insertions(+), 208 deletions(-)