[ https://issues.apache.org/jira/browse/FLINK-29219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601658#comment-17601658 ]
tartarus commented on FLINK-29219: ---------------------------------- [~renqs] Thank you very much for your feedback on this issue! I will try to reproduce this soon and would you give more informations such as logs or sql, thanks > 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: Major > > 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)