rangareddy commented on issue #14474:
URL: https://github.com/apache/hudi/issues/14474#issuecomment-4874643088

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: virtual-key support for the Java engine is present (PR #9371 / 
HUDI-6647, JavaHoodieIndexFactory.getKeyGeneratorForSimpleIndex). Verified on 
Hudi 0.14.0 with HoodieJavaWriteClient (COW): with 
hoodie.populate.meta.fields=false the meta fields are left null and an upsert 
dedupes via the key generator. Index-type support: SIMPLE works, GLOBAL_SIMPLE 
works, BLOOM is not supported with virtual keys (upsert throws - bloom filters 
are keyed on the persisted record key). Closing as fixed for the 
SIMPLE/GLOBAL_SIMPLE paths; reopen if you need a different index type.
   
   If you're still hitting this on a recent version, please reopen with repro 
steps.
   
   Closing as fixed.


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