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 040719434317 [HUDI-9768] further improve of HUDI-8863 (#13789)
add dd18a4d9f8b0 [HUDI-9746] Support basePath and the generic filter
option for all the non action Show Spark Procedures (#13790)
No new revisions were added by this update.
Summary of changes:
.../hudi/command/procedures/BaseProcedure.scala | 20 ++++++++-
.../procedures/ShowBootstrapMappingProcedure.scala | 33 ++++++++------
.../ShowBootstrapPartitionsProcedure.scala | 12 +++--
.../command/procedures/ShowCleansProcedure.scala | 14 +-----
.../ShowColumnStatsOverlapProcedure.scala | 28 +++++++-----
.../procedures/ShowFileStatusProcedure.scala | 22 +++++----
.../procedures/ShowFileSystemViewProcedure.scala | 52 ++++++++++++----------
.../procedures/ShowFsPathDetailProcedure.scala | 9 +++-
.../ShowHoodieLogFileMetadataProcedure.scala | 23 ++++++----
.../ShowHoodieLogFileRecordsProcedure.scala | 27 ++++++-----
.../procedures/ShowInvalidParquetProcedure.scala | 12 +++--
.../ShowMetadataTableColumnStatsProcedure.scala | 21 ++++++---
.../ShowMetadataTableFilesProcedure.scala | 21 +++++----
.../ShowMetadataTablePartitionsProcedure.scala | 12 +++--
.../ShowMetadataTableStatsProcedure.scala | 12 +++--
.../procedures/ShowTablePropertiesProcedure.scala | 8 +++-
.../sql/hudi/procedure/TestFsViewProcedure.scala | 8 ++--
.../procedure/TestHoodieLogFileProcedure.scala | 4 +-
18 files changed, 214 insertions(+), 124 deletions(-)