This is an automated email from the ASF dual-hosted git repository.
codope pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 6593b5f7ae1 [HUDI-8488] Introduce SLF4j metrics reporter (#12219)
add c43ae673e4c [HUDI-8520] DROP INDEX & SHOW INDEX should work with index
name instead of index partition name (#12266)
No new revisions were added by this update.
Summary of changes:
.../metadata/HoodieBackedTableMetadataWriter.java | 6 +-
.../index/functional/BaseHoodieIndexClient.java | 10 +---
.../hudi/common/config/HoodieIndexingConfig.java | 5 --
.../hudi/common/table/HoodieTableMetaClient.java | 27 ++++++++-
.../hudi/metadata/MetadataPartitionType.java | 24 ++++++++
.../hudi/metadata/TestMetadataPartitionType.java | 40 +++++++++++++
.../common/table/TestHoodieTableMetaClient.java | 14 +++++
.../org/apache/hudi/HoodieSparkIndexClient.java | 41 ++++++--------
.../spark/sql/hudi/command/IndexCommands.scala | 65 +++++++++++++--------
.../functional/TestSecondaryIndexPruning.scala | 2 +-
.../hudi/command/index/TestSecondaryIndex.scala | 66 +++++++++++++++-------
.../spark/sql/catalyst/plans/logical/Index.scala | 4 +-
12 files changed, 217 insertions(+), 87 deletions(-)