-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Component/s: Table SQL / API
-
Labels:
As stated in the documentation this is how table functions should be used in Java Table API:
// Register the function. tableEnv.registerFunction("split", new Split("#")); myTable.join("split(a) as (word, length)");
However Table.join(String) was removed sometime ago and now it is impossible to use Table Functions in Java Table API.
- is related to
-
FLINK-9712 Support enrichment joins in Flink SQL/Table API
-
- Open
-
- links to