You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fp...@apache.org on 2022/03/01 15:28:18 UTC

[flink] branch release-1.13 updated: [hotfix][docs][table] Fix docs for SHA1

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

fpaul pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new 167f71d  [hotfix][docs][table] Fix docs for SHA1
167f71d is described below

commit 167f71d5c5ebaa3bc3de5dd6906260a887388d1a
Author: Sergey <sn...@gmail.com>
AuthorDate: Mon Nov 22 18:52:36 2021 +0100

    [hotfix][docs][table] Fix docs for SHA1
---
 docs/data/sql_functions.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/data/sql_functions.yml b/docs/data/sql_functions.yml
index d71caf9..4b0411e 100644
--- a/docs/data/sql_functions.yml
+++ b/docs/data/sql_functions.yml
@@ -597,7 +597,7 @@ hashfunctions:
     description: Returns the MD5 hash of string as a string of 32 hexadecimal digits; returns NULL if string is NULL.
   - sql: SHA1(string)
     table: STRING.sha1()
-    description: Returns the SHA-224 hash of string as a string of 56 hexadecimal digits; returns NULL if string is NULL.
+    description: Returns the SHA-1 hash of string as a string of 40 hexadecimal digits; returns NULL if string is NULL.
   - sql: SHA224(string)
     table: STRING.sha224()
     description: Returns the SHA-224 hash of string as a string of 56 hexadecimal digits; returns NULL if string is NULL.