[
https://issues.apache.org/jira/browse/FLINK-32787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757385#comment-17757385
]
Feng Jin commented on FLINK-32787:
----------------------------------
The error message "CTAS + paimon" occurs when performing atomicity testing. The
logic behind getSupportsStagingDynamicTableSink is based on creating a
DynamicTableSink using the options specified in the CREATE TABLE statement.
However, paimon has a special case where options are not required in the CREATE
TABLE statement. But when calling getTable, it automatically adds the path
parameter, which causes an error because the DynamicTableSink is created
without this path parameter.
!image-2023-08-22-19-20-23-490.png!
> Release Testing: Verify FLIP-305: Support atomic for CREATE TABLE AS
> SELECT(CTAS) statement
> -------------------------------------------------------------------------------------------
>
> Key: FLINK-32787
> URL: https://issues.apache.org/jira/browse/FLINK-32787
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Affects Versions: 1.18.0
> Reporter: Qingsheng Ren
> Assignee: Feng Jin
> Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-22-19-20-23-490.png
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)