This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 95fe5d87f06 [HUDI-8990][RFC-89] Correcting ambiguity in DDL expression
(#12968)
95fe5d87f06 is described below
commit 95fe5d87f067f3464470fad7818f1021439603f7
Author: YueZhang <[email protected]>
AuthorDate: Sat Mar 15 02:15:18 2025 +0800
[HUDI-8990][RFC-89] Correcting ambiguity in DDL expression (#12968)
Co-authored-by: zhangyue143 <[email protected]>
---
rfc/rfc-89/rfc-89.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/rfc/rfc-89/rfc-89.md b/rfc/rfc-89/rfc-89.md
index 485d9583743..d84dd8bf050 100644
--- a/rfc/rfc-89/rfc-89.md
+++ b/rfc/rfc-89/rfc-89.md
@@ -210,8 +210,7 @@ This necessitates implementing mechanisms for config
creation, update, rollback,
About Hashing_Config Creation
-The initial version *must and can only* be created via DDL. During the DDL
phase, hoodie will create a
-`00000000000000000.hashing_config` for the first time.
+During the DDL phase, hoodie will create a `00000000000000000.hashing_config`
for the first time.
About Hashing_Config Update