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

[hudi] branch master updated (59978ef4a9 -> eeafaeacd2)

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

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


    from 59978ef4a9 [HUDI-4260] Change KEYGEN_CLASS_NAME without default value (#5877)
     add eeafaeacd2 [HUDI-3512] Add call procedure for StatsCommand (#5955)

No new revisions were added by this update.

Summary of changes:
 .../hudi/command/procedures/HoodieProcedures.scala |   2 +
 .../procedures/StatsFileSizeProcedure.scala        | 108 +++++++++++++++++++++
 .../StatsWriteAmplificationProcedure.scala         |  85 ++++++++++++++++
 ...ileProcedure.scala => TestStatsProcedure.scala} |  22 ++---
 4 files changed, 204 insertions(+), 13 deletions(-)
 create mode 100644 hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/StatsFileSizeProcedure.scala
 create mode 100644 hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/StatsWriteAmplificationProcedure.scala
 copy hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/{TestHoodieLogFileProcedure.scala => TestStatsProcedure.scala} (76%)