You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2018/10/10 11:21:00 UTC

[jira] [Resolved] (FLINK-10379) Can not use Table Functions in Java Table API

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

Timo Walther resolved FLINK-10379.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.2
                   1.7.0

Fixed in 1.7.0: 08934cd06020cdc342d2d86672087d887c622c2a
Fixed in 1.6.2: 2ee160965db9a3342ce3a6a1c159fc3cd82dfa54

> Can not use Table Functions in Java Table API
> ---------------------------------------------
>
>                 Key: FLINK-10379
>                 URL: https://issues.apache.org/jira/browse/FLINK-10379
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API &amp; SQL
>    Affects Versions: 1.6.1
>            Reporter: Piotr Nowojski
>            Assignee: Hequn Cheng
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.7.0, 1.6.2
>
>
> As stated in the [documentation|[https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/udfs.html#table-functions],] this is how table functions should be used in Java Table API:
> {code:java}
> // Register the function.
> tableEnv.registerFunction("split", new Split("#"));
> myTable.join("split(a) as (word, length)");
> {code}
> However {{Table.join(String)}} was removed sometime ago and now it is impossible to use Table Functions in Java Table API.



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