You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by he...@apache.org on 2019/08/22 05:19:13 UTC

[flink] branch master updated: [FLINK-13757][doc] Fix description error for the built-in 'is not true' logical function

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

hequn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 647563a  [FLINK-13757][doc] Fix description error for the built-in 'is not true' logical function
647563a is described below

commit 647563a7e0e366eb83fb59066bb5058dd41a8e0c
Author: hehuiyuan <he...@ZBMAC-C02WD3K5H.local>
AuthorDate: Sat Aug 17 12:06:38 2019 +0800

    [FLINK-13757][doc] Fix description error for the built-in 'is not true' logical function
    
    This closes #9469
---
 docs/dev/table/functions.md    | 6 +++---
 docs/dev/table/functions.zh.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/dev/table/functions.md b/docs/dev/table/functions.md
index 0939a9a..e5b4b49 100644
--- a/docs/dev/table/functions.md
+++ b/docs/dev/table/functions.md
@@ -767,7 +767,7 @@ boolean IS NOT TRUE
 {% endhighlight %}
       </td>
       <td>
-        <p>Returns TRUE if <i>boolean</i> is FALSE or UNKNOWN; returns FALSE if <i>boolean</i> is FALSE.</p>
+        <p>Returns TRUE if <i>boolean</i> is FALSE or UNKNOWN; returns FALSE if <i>boolean</i> is TRUE.</p>
       </td>
     </tr>
 
@@ -870,7 +870,7 @@ BOOLEAN.isNotTrue
 {% endhighlight %}
       </td>
       <td>
-        <p>Returns TRUE if <i>BOOLEAN</i> is FALSE or UNKNOWN; returns FALSE if <i>BOOLEAN</i> is FALSE.</p>
+        <p>Returns TRUE if <i>BOOLEAN</i> is FALSE or UNKNOWN; returns FALSE if <i>BOOLEAN</i> is TRUE.</p>
       </td>
     </tr>
 
@@ -962,7 +962,7 @@ BOOLEAN.isNotTrue
 {% endhighlight %}
       </td>
       <td>
-        <p>Returns TRUE if <i>BOOLEAN</i> is FALSE or UNKNOWN; returns FALSE if <i>BOOLEAN</i> is FALSE.</p>
+        <p>Returns TRUE if <i>BOOLEAN</i> is FALSE or UNKNOWN; returns FALSE if <i>BOOLEAN</i> is TRUE.</p>
       </td>
     </tr>
 
diff --git a/docs/dev/table/functions.zh.md b/docs/dev/table/functions.zh.md
index 76a03e0..0a682bd 100644
--- a/docs/dev/table/functions.zh.md
+++ b/docs/dev/table/functions.zh.md
@@ -767,7 +767,7 @@ boolean IS NOT TRUE
 {% endhighlight %}
       </td>
       <td>
-        <p>Returns TRUE if <i>boolean</i> is FALSE or UNKNOWN; returns FALSE if <i>boolean</i> is FALSE.</p>
+        <p>Returns TRUE if <i>boolean</i> is FALSE or UNKNOWN; returns FALSE if <i>boolean</i> is TRUE.</p>
       </td>
     </tr>
 
@@ -870,7 +870,7 @@ BOOLEAN.isNotTrue
 {% endhighlight %}
       </td>
       <td>
-        <p>Returns TRUE if <i>BOOLEAN</i> is FALSE or UNKNOWN; returns FALSE if <i>BOOLEAN</i> is FALSE.</p>
+        <p>Returns TRUE if <i>BOOLEAN</i> is FALSE or UNKNOWN; returns FALSE if <i>BOOLEAN</i> is TRUE.</p>
       </td>
     </tr>
 
@@ -962,7 +962,7 @@ BOOLEAN.isNotTrue
 {% endhighlight %}
       </td>
       <td>
-        <p>Returns TRUE if <i>BOOLEAN</i> is FALSE or UNKNOWN; returns FALSE if <i>BOOLEAN</i> is FALSE.</p>
+        <p>Returns TRUE if <i>BOOLEAN</i> is FALSE or UNKNOWN; returns FALSE if <i>BOOLEAN</i> is TRUE.</p>
       </td>
     </tr>