[
https://issues.apache.org/jira/browse/FLINK-18172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee updated FLINK-18172:
---------------------------------
Description:
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 has been finished.
was:
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.
> 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
> Priority: Major
>
> 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 has been finished.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)