[jira] [Created] (FLINK-14807) Add Table#collect api for fetching data to client

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-14807) Add Table#collect api for fetching data to client

Shang Yuanchun (Jira)
Jeff Zhang created FLINK-14807:
----------------------------------

             Summary: Add Table#collect api for fetching data to client
                 Key: FLINK-14807
                 URL: https://issues.apache.org/jira/browse/FLINK-14807
             Project: Flink
          Issue Type: New Feature
            Reporter: Jeff Zhang


Currently, it is very unconvinient for user to fetch data of flink job unless specify sink expclitly and then fetch data from this sink via its api (e.g. write to hdfs sink, then read data from hdfs). However, most of time user just want to get the data and do whatever processing he want. So it is very necessary for flink to provide api Table#collect for this purpose. 

 

Other apis such as Table#head, Table#print is also helpful.  

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)