From 637660b7aa0b5259af6b9ef943f8a8c76bc19924 Mon Sep 17 00:00:00 2001 From: YueZhang <69956021+zhangyue19921010@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:43:31 +0800 Subject: [PATCH] [HUDI-1575] Claim RFC-56: Early Conflict Detection For Multi-writer (#6002) Co-authored-by: yuezhang --- rfc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rfc/README.md b/rfc/README.md index 2bfd028e9..3d33b82c2 100644 --- a/rfc/README.md +++ b/rfc/README.md @@ -91,3 +91,4 @@ The list of all RFCs can be found here. | 53 | [Use Lock-Free Message Queue Improving Hoodie Writing Efficiency](./rfc-53/rfc-53.md) | `UNDER REVIEW` | | 54 | [New Table APIs and Streamline Hudi Configs](./rfc-54/rfc-54.md) | `UNDER REVIEW` | | 55 | [Improve Hive/Meta sync class design and hierachies](./rfc-55/rfc-55.md) | `UNDER REVIEW` | +| 56 | [Early Conflict Detection For Multi-Writer](./rfc-56/rfc-56.md) | `UNDER REVIEW` |