Jingsong Lee created FLINK-18172: ------------------------------------ Summary: Select bounded source not work in SQL-CLI with streaming mode Key: FLINK-18172 URL: https://issues.apache.org/jira/browse/FLINK-18172 Project: Flink Issue Type: Bug Reporter: Jingsong Lee
create table csv_t (i int, j int) with ('connector'='filesystem', 'path'='/tmp/1', 'format'='csv'); select * from csv_t; * Can not display records. * Hang forever, but the job is finished. -- This message was sent by Atlassian Jira (v8.3.4#803005)