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/07/05 15:56:40 UTC

[hudi] branch master updated (23c9c5c296 -> 8570c3aab4)

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 23c9c5c296 [HUDI-3836] Improve the way of fetching metadata partitions from table (#5286)
     add 8570c3aab4 [HUDI-4359] Support show_fs_path_detail command on Call Produce Command (#6042)

No new revisions were added by this update.

Summary of changes:
 .../hudi/command/procedures/HoodieProcedures.scala |   1 +
 .../procedures/ShowFsPathDetailProcedure.scala     | 112 +++++++++++++++++++++
 ...e.scala => TestShowFsPathDetailProcedure.scala} |  12 ++-
 3 files changed, 120 insertions(+), 5 deletions(-)
 create mode 100644 hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/ShowFsPathDetailProcedure.scala
 copy hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/{TestExportInstantsProcedure.scala => TestShowFsPathDetailProcedure.scala} (76%)