yihua commented on code in PR #18867: URL: https://github.com/apache/hudi/pull/18867#discussion_r3315609560
########## website/docs/metadata_indexing.md: ########## @@ -300,6 +300,40 @@ spark-submit \ --spark-memory 2g ``` +## New in 1.2.0 + +### Record-Level Index Config Key Renames + +Hudi 1.2.0 renamed several RLI configuration keys to better distinguish between the _global_ RLI (unique record key +across the entire table) and the _partitioned_ RLI (unique record key within each partition). The old keys remain Review Comment: 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]
