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

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


    from 804328f5f297 [HUDI-9579] Only column with limited data types can 
create SI (#13594)
     add 43c521310733 [HUDI-9543] Fixing null value handling with Secondary 
Index (#13605)

No new revisions were added by this update.

Summary of changes:
 .../hudi/io/SecondaryIndexStreamingTracker.java    |  61 ++-
 .../io/TestSecondaryIndexStreamingTracker.java     | 440 ++++++++++++++++++++
 ...estSecondaryIndexStreamingTrackerFileSlice.java | 457 +++++++++++++++++++++
 .../hudi/metadata/HoodieMetadataPayload.java       |   3 +-
 .../hudi/metadata/SecondaryIndexKeyUtils.java      |  94 ++++-
 .../SecondaryIndexRecordGenerationUtils.java       |  16 +-
 .../hudi/metadata/TestSecondaryIndexKeyUtils.java  | 342 +++++++++++++--
 .../hudi/metadata/TestHoodieTableMetadataUtil.java |  19 -
 .../hudi/feature/index/TestSecondaryIndex.scala    | 330 +++++++++++++++
 .../testHoodieBackedTableMetadataIndexLookup.scala | 122 +++++-
 10 files changed, 1771 insertions(+), 113 deletions(-)
 create mode 100644 
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/io/TestSecondaryIndexStreamingTracker.java
 create mode 100644 
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/io/TestSecondaryIndexStreamingTrackerFileSlice.java

Reply via email to