From 78baf484ca1509c9db0539442423d4ca6a035820 Mon Sep 17 00:00:00 2001 From: Vinoth Govindarajan Date: Fri, 26 Nov 2021 20:45:35 -0700 Subject: [PATCH] rebased and addressed review comments --- rfc/{rfc-40/rfc-40.md => rfc-41/rfc-41.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename rfc/{rfc-40/rfc-40.md => rfc-41/rfc-41.md} (94%) diff --git a/rfc/rfc-40/rfc-40.md b/rfc/rfc-41/rfc-41.md similarity index 94% rename from rfc/rfc-40/rfc-40.md rename to rfc/rfc-41/rfc-41.md index 68ffd23541e9..c9517f5385da 100644 --- a/rfc/rfc-40/rfc-40.md +++ b/rfc/rfc-41/rfc-41.md @@ -62,8 +62,8 @@ This new feature will implement the [AbstractSyncTool](https://github.com/apache 1. Generate manifests of a Hudi table using Spark Runtime 2. Configure Snowflake to read the generated manifests 3. Update manifests -1. Update explicitly: After all the data updates, you can run the generate operation to update the manifests. -2. Update automatically: You can configure a Hudi table so that all write operations on the table automatically update the manifests. To enable this automatic mode, set the corresponding hoodie property. + 1. Update explicitly: After all the data updates, you can run the generate operation to update the manifests. + 2. Update automatically: You can configure a Hudi table so that all write operations on the table automatically update the manifests. To enable this automatic mode, set the corresponding hoodie property. ## Rollout/Adoption Plan