You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xingcan Cui (JIRA)" <ji...@apache.org> on 2018/08/14 07:28:00 UTC

[jira] [Resolved] (FLINK-9977) Refine the docs for Table/SQL built-in functions

     [ https://issues.apache.org/jira/browse/FLINK-9977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xingcan Cui resolved FLINK-9977.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.7.0

Fixed in 1.7.0 5ecdfaa6c1f52a424de7a6bc01c824a0d1f85bf3

> Refine the docs for Table/SQL built-in functions
> ------------------------------------------------
>
>                 Key: FLINK-9977
>                 URL: https://issues.apache.org/jira/browse/FLINK-9977
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Xingcan Cui
>            Assignee: Xingcan Cui
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>         Attachments: Java.jpg, SQL.jpg, Scala.jpg
>
>
> There exist some syntax errors or inconsistencies in documents and Scala docs of the Table/SQL built-in functions. This issue aims to make some improvements to them.
> Also, according to FLINK-10103, we should use single quotes to express strings in SQL. For example, CONCAT("AA", "BB", "CC") should be replaced with CONCAT('AA', 'BB', 'CC'). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)