[
https://issues.apache.org/jira/browse/FLINK-29069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601175#comment-17601175
]
Qingsheng Ren commented on FLINK-29069:
---------------------------------------
# Used CTAS syntax to create a Kafka sink table from Kafka source table in SQL
client. The job was submitted and run successfully, but SQL client got stuck
without emitting new prompts and had to use SIGTERM to kill the client. From
the log of SQL client it looked like SQL client was waiting for the job to
finish.
# Used CTAS with hive catalog to create Kafka sink table from Kafka source
table in SQL client. The job was submitted and run successfully. Still SQL
client encountered the issue above.
> Release Testing: Verify FLIP-218 Create table as select syntax
> --------------------------------------------------------------
>
> Key: FLINK-29069
> URL: https://issues.apache.org/jira/browse/FLINK-29069
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Affects Versions: 1.16.0
> Reporter: dalongliu
> Assignee: Qingsheng Ren
> Priority: Blocker
> Labels: release-testing
> Fix For: 1.16.0
>
>
> This issue aims to verify FLIP-218:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199541185
> We can verify it in SQL client after we build the flink-dist package.
> # Creating a source table firstly
> # Creating a target table using the source table
> # Verify the result when the query is executed successfully/failed/canceled.
> # Verify the ctas query in streaming and batch mode.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)