rangareddy commented on issue #16024: URL: https://github.com/apache/hudi/issues/16024#issuecomment-5031509592
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: verified both fix PRs are merged - #9041 (HUDI-6431, merge commit 0a3a58ee, 2023-06-30) added record-level-index support for updating the partition path via hoodie.record.index.update.partition.path, and #9114 (HUDI-6467, merge commit c5b5953b) fixed delete handling in the RLI when the partition path changes. The config key is present on master at HoodieIndexConfig.java:248 and shipped in 0.14.0+. With hoodie.index.type=RECORD_INDEX and hoodie.record.index.update.partition.path=true, records whose partition value changes are moved rather than duplicated. Issue is already closed, and correctly so. -- 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]
