xushiyan commented on code in PR #9188:
URL: https://github.com/apache/hudi/pull/9188#discussion_r1264317406


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bloom/HoodieBloomIndex.java:
##########
@@ -103,11 +102,6 @@ record -> new ImmutablePair<>(record.getPartitionPath(), 
record.getRecordKey()))
     // Step 3: Tag the incoming records, as inserts or updates, by joining 
with existing record keys
     HoodieData<HoodieRecord<R>> taggedRecords = 
tagLocationBacktoRecords(keyFilenamePairs, records, hoodieTable);
 
-    if (config.getBloomIndexUseCaching()) {

Review Comment:
   the main purpose of this PR is about fixing premature un-persisting like 
this example here.



-- 
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