danny0405 commented on code in PR #13648: URL: https://github.com/apache/hudi/pull/13648#discussion_r2246978981
########## website/releases/release-0.14.1.md: ########## @@ -36,7 +36,7 @@ We discovered a regression in Hudi 0.14.1 release related to Complex Key gen whe It can silently ingest duplicates if table is upgraded from previous versions. :::tip -Avoid upgrading any existing table to 0.14.1 if you are using ComplexKeyGenerator and number of fields in record key is 1. +Avoid upgrading any existing table to 0.14.1 if you are using ComplexKeyGenerator with single field as record key and multiple partition fields Review Comment: the end `.` is missing. ########## website/releases/release-0.15.0.md: ########## @@ -323,8 +323,7 @@ single field. This issue was also present in version 0.14.1. When upgrading a ta it may silently ingest duplicate records. :::tip -Avoid upgrading any existing table to 0.14.1 and 0.15.0 from any prior version if you are using ComplexKeyGenerator and -number of fields in record key is 1. +Avoid upgrading any existing table to 0.14.1 and 0.15.0 from any prior version if you are using ComplexKeyGenerator with single field as record key and multiple partition fields Review Comment: the end `.` is missing. -- 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]
