[
https://issues.apache.org/jira/browse/FLINK-13757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16912982#comment-16912982
]
Hequn Cheng edited comment on FLINK-13757 at 8/22/19 5:29 AM:
--------------------------------------------------------------
Fix in
1.10.0: 647563a7e0e366eb83fb59066bb5058dd41a8e0c
1.9.1: 7447eb3ff7bedc434288b71211190a3b78a1ffd2
was (Author: hequn8128):
Fix in
master: 647563a7e0e366eb83fb59066bb5058dd41a8e0c
release-1.9: 7447eb3ff7bedc434288b71211190a3b78a1ffd2
> Document error for `logical functions`
> ---------------------------------------
>
> Key: FLINK-13757
> URL: https://issues.apache.org/jira/browse/FLINK-13757
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Reporter: hehuiyuan
> Assignee: hehuiyuan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0, 1.9.1
>
> Attachments: image-2019-08-17-11-58-53-247.png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/table/functions.html#logical-functions]
> False:
> |{{boolean IS NOT TRUE}}|Returns TRUE if _boolean_ is FALSE or UNKNOWN;
> returns FALSE if _boolean_ is *FALSE*.|
> True:
> |{{boolean IS NOT TRUE}}|Returns TRUE if _boolean_ is FALSE or UNKNOWN;
> returns FALSE if _boolean_ is *TRUE*.|
> [!image-2019-08-17-11-58-53-247.png!|https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/table/functions.html#logical-functions]
--
This message was sent by Atlassian Jira
(v8.3.2#803003)