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

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


    from 042a0c3b8ec0 [MINOR] Reducing few noisy logs (#13895)
     add b4cf65e20c67 [HUDI-9731] Add index definition for Record level Index 
(#13741)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/index/HoodieIndexUtils.java    | 11 +--------
 .../metadata/HoodieBackedTableMetadataWriter.java  | 10 +++++---
 .../apache/hudi/index/HoodieSparkIndexClient.java  | 28 ++++++++++++++--------
 .../hudi/common/config/HoodieIndexingConfig.java   |  3 ++-
 .../hudi/common/table/HoodieTableMetaClient.java   |  8 +++++++
 .../record/HoodieRecordIndex.java}                 | 22 ++++++++---------
 .../hudi/metadata/HoodieTableMetadataUtil.java     | 16 +++++++++++++
 .../common/table/TestHoodieTableMetaClient.java    |  3 ++-
 .../hudi/functional/RecordLevelIndexTestBase.scala |  2 +-
 .../TestPartitionedRecordLevelIndex.scala          | 11 +++++++--
 .../hudi/functional/TestRecordLevelIndex.scala     |  6 ++++-
 .../functional/TestRecordLevelIndexWithSQL.scala   | 26 +++++++++++++++++++-
 .../hudi/feature/index/TestExpressionIndex.scala   | 18 +++++++++-----
 13 files changed, 116 insertions(+), 48 deletions(-)
 copy hudi-common/src/main/java/org/apache/hudi/{common/util/MapUtils.java => 
index/record/HoodieRecordIndex.java} (56%)

Reply via email to