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

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


The following commit(s) were added to refs/heads/release-1.12 by this push:
     new 15d0977  [hotfix][table][docs] Fix typo in System (Built-in) Functions 
page
15d0977 is described below

commit 15d09776f6a71e6f14d89f6eb44ce8cd0c701be1
Author: yushujun <[email protected]>
AuthorDate: Fri Jun 19 16:33:33 2020 +0800

    [hotfix][table][docs] Fix typo in System (Built-in) Functions page
    
    This closes #12716.
---
 docs/dev/table/functions/systemFunctions.md    | 2 +-
 docs/dev/table/functions/systemFunctions.zh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/table/functions/systemFunctions.md 
b/docs/dev/table/functions/systemFunctions.md
index 8b6f44d..9f5cc8b 100644
--- a/docs/dev/table/functions/systemFunctions.md
+++ b/docs/dev/table/functions/systemFunctions.md
@@ -3748,7 +3748,7 @@ CONVERT_TZ(string1, string2, string3)
       </td>
       <td>
         <p>Converts a datetime <i>string1</i> (with default ISO timestamp 
format 'yyyy-MM-dd HH:mm:ss') from time zone <i>string2</i> to time zone 
<i>string3</i>. The format of time zone should be either an abbreviation such 
as "PST", a full name such as "America/Los_Angeles", or a custom ID such as 
"GMT-8:00".</p>
-        <p>E.g., <code>CONVERT('1970-01-01 00:00:00', 'UTC', 
'America/Los_Angeles')</code> returns '1969-12-31 16:00:00'.</p>
+        <p>E.g., <code>CONVERT_TZ('1970-01-01 00:00:00', 'UTC', 
'America/Los_Angeles')</code> returns '1969-12-31 16:00:00'.</p>
         <p>Only supported in blink planner.</p>
       </td>
     </tr>
diff --git a/docs/dev/table/functions/systemFunctions.zh.md 
b/docs/dev/table/functions/systemFunctions.zh.md
index dd85ea5..836bdd7 100644
--- a/docs/dev/table/functions/systemFunctions.zh.md
+++ b/docs/dev/table/functions/systemFunctions.zh.md
@@ -3747,7 +3747,7 @@ CONVERT_TZ(string1, string2, string3)
       </td>
       <td>
         <p>Converts a datetime <i>string1</i> (with default ISO timestamp 
format 'yyyy-MM-dd HH:mm:ss') from time zone <i>string2</i> to time zone 
<i>string3</i>. The format of time zone should be either an abbreviation such 
as "PST", a full name such as "America/Los_Angeles", or a custom ID such as 
"GMT-8:00".</p>
-        <p>E.g., <code>CONVERT('1970-01-01 00:00:00', 'UTC', 
'America/Los_Angeles')</code> returns '1969-12-31 16:00:00'.</p>
+        <p>E.g., <code>CONVERT_TZ('1970-01-01 00:00:00', 'UTC', 
'America/Los_Angeles')</code> returns '1969-12-31 16:00:00'.</p>
         <p>Only supported in blink planner.</p>
       </td>
     </tr>

Reply via email to