You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/03/30 17:02:32 UTC

[hudi] branch master updated (04478a4 -> 8b796e9)

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

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


    from 04478a4  [MINOR] Fix dates as per UTC in TestDataSkippingUtils (#5166)
     add 8b796e9  [HUDI-3653] Cleaning up bespoke Column Stats Index implementation (#5062)

No new revisions were added by this update.

Summary of changes:
 .../index/columnstats/ColumnStatsIndexHelper.java  | 415 +++++----------------
 .../columnstats/TestColumnStatsIndexHelper.java    |  41 --
 .../hudi/functional/TestColumnStatsIndex.scala     | 105 ++----
 ...ark.scala => SpaceCurveOptimizeBenchmark.scala} |  12 +-
 4 files changed, 120 insertions(+), 453 deletions(-)
 delete mode 100644 hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/index/columnstats/TestColumnStatsIndexHelper.java
 rename hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/execution/benchmark/{SpaceCurveOptimizeBenchMark.scala => SpaceCurveOptimizeBenchmark.scala} (95%)