You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/04/27 02:26:11 UTC

[hudi] branch asf-site updated: [MINOR] Fix typo in key_generation.md (#5418)

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

yihua 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 4dac6198b3 [MINOR] Fix typo in key_generation.md (#5418)
4dac6198b3 is described below

commit 4dac6198b30496f5779856e569693bbb4c1e76b6
Author: Megh Vidani <vi...@users.noreply.github.com>
AuthorDate: Wed Apr 27 07:56:06 2022 +0530

    [MINOR] Fix typo in key_generation.md (#5418)
    
    Fixed a typo
---
 website/docs/key_generation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/key_generation.md b/website/docs/key_generation.md
index 1dcb020645..484430ca72 100644
--- a/website/docs/key_generation.md
+++ b/website/docs/key_generation.md
@@ -205,5 +205,5 @@ Partition path generated from key generator: "2020040118"
 |```hoodie.deltastreamer.keygen.timebased.output.dateformat```| "MM/dd/yyyy" |
 |```hoodie.deltastreamer.keygen.timebased.output.timezone```| "UTC" |
 
-Input field value: "220200401" <br/>
+Input field value: "20200401" <br/>
 Partition path generated from key generator: "04/01/2020"