[ https://issues.apache.org/jira/browse/FLINK-22590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Timo Walther closed FLINK-22590. -------------------------------- Fix Version/s: 1.14.0 Release Note: The Scala implicits that convert between DataStream API and Table API have been updated to the new methods of FLIP-136. The changes might require an update of pipelines that used `toTable` or implicit conversions from `Table` to `DataStream[Row]`. Resolution: Fixed Fixed in 1.14.0: 273cadcf297aafceb75118d08e0460d1104f8f1d > Add Scala implicit conversions for new API methods > -------------------------------------------------- > > Key: FLINK-22590 > URL: https://issues.apache.org/jira/browse/FLINK-22590 > Project: Flink > Issue Type: Sub-task > Components: Table SQL / API > Reporter: Timo Walther > Assignee: Timo Walther > Priority: Major > Labels: pull-request-available > Fix For: 1.14.0 > > > FLINK-19980 should also be exposed through Scala's implicit conversions. To > allow a fluent API such as `table.toDataStream(...)` -- This message was sent by Atlassian Jira (v8.3.4#803005)