You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jeff Zhang (Jira)" <ji...@apache.org> on 2019/09/03 02:15:00 UTC

[jira] [Created] (FLINK-13943) Provide api to convert flink table to java List

Jeff Zhang created FLINK-13943:
----------------------------------

             Summary: Provide api to convert flink table to java List
                 Key: FLINK-13943
                 URL: https://issues.apache.org/jira/browse/FLINK-13943
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
    Affects Versions: 1.9.0
            Reporter: Jeff Zhang


It would be nice to convert flink table to java List so that I can do other data manipulation in client side after execution flink job. For flink planner, I can convert flink table to DataSet and use DataSet#collect, but for blink planner, there's no such api.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)