Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
1.9.1
Description
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.
Attachments
Attachments
Issue Links
- blocks
-
FLINK-17146 Support conversion between PyFlink Table and Pandas DataFrame
- Closed
- duplicates
-
FLINK-13943 Provide api to convert flink table to java List (blink planner)
- Closed
- is blocked by
-
FLINK-15102 Allow users to construct a DataStream from a new Source API
- Closed
-
FLINK-16845 Implement SourceReaderOperator which runs the SourceReader.
- Closed
-
FLINK-16998 Add a changeflag to Row type
- Closed
-
FLINK-17680 Support @ExcludeFromDocumentation in RestAPIDocGenerator
- Resolved
- relates to
-
FLINK-17252 supports SELECT statement in TableEnvironment#executeSql and Table#execute api
- Closed
-
FLINK-22047 Could not find FLINSHED Flink job and can't submit job
- Closed
- links to