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

Jark Wu closed FLINK-20607.
---------------------------
    Fix Version/s: 1.12.1
                   1.13.0
         Assignee: shizhengchao
       Resolution: Fixed

Fixed in 
 - master: ec2bc631423febc5f9cde6f3d82336b2ee3e9a7f
 - releaes-1.12: 71de5a02cc67395c080c98cb1ea53f7d03831cc2

> a wrong example in udfs page.
> -----------------------------
>
>                 Key: FLINK-20607
>                 URL: https://issues.apache.org/jira/browse/FLINK-20607
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation, Table SQL / API
>    Affects Versions: 1.12.0, 1.11.1
>            Reporter: shizhengchao
>            Assignee: shizhengchao
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.13.0, 1.12.1
>
>
> Demonstration error of multiple input types in FunctionHint: 
> {code:java}
> @FunctionHint(
>   input = [@DataTypeHint("INT"), @DataTypeHint("INT")],
>   output = @DataTypeHint("INT")
> )
> {code}
> should be 
> {code:java}
> @FunctionHint(
>   input = {@DataTypeHint("INT"), @DataTypeHint("INT")},
>   output = @DataTypeHint("INT")
> )
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to