rangareddy commented on issue #16679: URL: https://github.com/apache/hudi/issues/16679#issuecomment-4892015283
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: this appears to be implemented in hudi-common .../common/engine/RecordContext.java (virtualKeyExtractor, ~L434-453). When populateMetaFields is disabled, the file group reader now extracts the record key via KeyGenerator.constructRecordKey for the multiple record-key-field case (the single-field case is handled separately), rather than assuming exactly one record key field. 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]
