[Flink] How to Converting DataStream<Row> to Dataset or Table?

Posted by Richard Xin on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-How-to-Converting-DataStream-Row-to-Dataset-or-Table-tp16758.html

I have DataStream<Row>, is there a way to convert it DataSet or table so that I could sort it and persist it a file?

Thanks a lot!