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

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

Hi,

does this answer your question: https://flink.apache.org/news/2017/03/29/table-sql-api-update.html ?

Best,
Stefan

Am 15.11.2017 um 20:33 schrieb Richard Xin <[hidden email]>:

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!