nsivabalan commented on code in PR #12321:
URL: https://github.com/apache/hudi/pull/12321#discussion_r1857717632


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1667,51 +1660,6 @@ private void 
fetchOutofSyncFilesRecordsFromMetadataTable(Map<String, DirectoryIn
     }
   }
 
-  /**
-   * Return records that represent upserts to the record index due to write 
operation on the dataset.
-   *
-   * @param writeStatuses {@code WriteStatus} from the write operation
-   */
-  private HoodieData<HoodieRecord> 
getRecordIndexUpserts(HoodieData<WriteStatus> writeStatuses) {

Review Comment:
   https://github.com/apache/hudi/pull/12321/files#r1857717084 
   here is the new logic. 
   
   we directly read from data files. And so we know the new inserts and new 
deletes directly. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to