You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2022/09/08 01:23:06 UTC

[hudi] branch master updated (e8aee84c7c -> adf36093d2)

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

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


    from e8aee84c7c [HUDI-4793] Fixing ScalaTest tests to properly respect Log4j2 configs (#6617)
     add adf36093d2 [HUDI-4766] Strengthen flink clustering job (#6566)

No new revisions were added by this update.

Summary of changes:
 .../FlinkSizeBasedClusteringPlanStrategy.java      |  8 ---
 .../apache/hudi/configuration/FlinkOptions.java    | 12 ++---
 .../hudi/sink/clustering/ClusteringCommitSink.java |  7 +++
 .../hudi/sink/clustering/ClusteringOperator.java   |  5 ++
 .../sink/clustering/FlinkClusteringConfig.java     | 61 ++++++++++++++++++----
 .../sink/clustering/HoodieFlinkClusteringJob.java  | 60 +++++++++++++++++----
 .../hudi/sink/compact/HoodieFlinkCompactor.java    | 16 ++++++
 .../java/org/apache/hudi/util/StreamerUtil.java    |  4 +-
 8 files changed, 136 insertions(+), 37 deletions(-)