[
https://issues.apache.org/jira/browse/FLINK-29219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-29219.
---------------------------
Fix Version/s: 1.17.0
Resolution: Fixed
Fixed in
- master: 44009efc5400c6706563fa53335eccf445cf5d0c
- release-1.16: 4c126223cbc2dec3f08b50c1b398bdf522747ba9
> CREATE TABLE AS statement blocks SQL client's execution
> -------------------------------------------------------
>
> Key: FLINK-29219
> URL: https://issues.apache.org/jira/browse/FLINK-29219
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API, Table SQL / Client
> Affects Versions: 1.16.0
> Reporter: Qingsheng Ren
> Assignee: dalongliu
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.16.0, 1.17.0
>
>
> When executing CREATE TABLE AS statement to create a sink table in SQL
> client, the client could create the table in catalog and submit the job to
> cluster successfully, but stops emitting new prompts and accepts new inputs,
> and user has to use SIGTERM (Control + C) to forcefully stop the SQL client.
> As contrast the behavior of INSERT INTO statement in SQL client is printing
> "Job is submitted with JobID xxxx" and being ready to accept user's input.
> From the log it looks like the client was waiting for the job to finish.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)