This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8df7f1ab496 [Docs] Added known regression note for 0.14.1 release 
(#10597)
8df7f1ab496 is described below

commit 8df7f1ab4964f1667af457128a8c6b5b73cdbc3c
Author: Aditya Goenka <[email protected]>
AuthorDate: Thu Feb 1 06:35:37 2024 +0530

    [Docs] Added known regression note for 0.14.1 release (#10597)
---
 website/releases/release-0.14.1.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/website/releases/release-0.14.1.md 
b/website/releases/release-0.14.1.md
index 9b244253a96..1905810bcfb 100644
--- a/website/releases/release-0.14.1.md
+++ b/website/releases/release-0.14.1.md
@@ -31,6 +31,14 @@ import TabItem from '@theme/TabItem';
 * Flink engine
 * Unit, functional, integration tests and CI
 
+## Known Regressions
+We discovered a regression in Hudi 0.14.1 release related to Complex Key gen 
when record key consists of one field. 
+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.
+:::
+
 ## Raw Release Notes
 
 The raw release notes are available 
[here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12353493)

Reply via email to