You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2020/06/08 04:18:00 UTC

[jira] [Created] (FLINK-18172) Select bounded source not work in SQL-CLI with streaming mode

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)