Is Conversion between DataStream and Table supported for Python API in the latest stable version V1.13.2?
Asked
Active
Viewed 103 times
1 Answers
1
Interoperability between the DataStream and Table API has been improved and addressed via FLIP-136, which will be released in Flink 1.14.0 and is not available in Flink 1.13.

Martijn Visser
- 1,468
- 1
- 3
- 9
-
Thanks Martijn. any idea when Flink 1.14.0 release is expected? – saktheesh Sep 28 '21 at 15:17
-
It should be there in the next couple of weeks – Martijn Visser Sep 29 '21 at 13:47
-
@saktheesh Flink 1.14 was released yesterday :) – Martijn Visser Sep 30 '21 at 09:25
-
Thanks Martijn! gonna explore the Interoperability between the DataStream and Table API – saktheesh Oct 11 '21 at 09:42