[ 
https://issues.apache.org/jira/browse/FLINK-32613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timo Walther updated FLINK-32613:
---------------------------------
    Description: 
A common error that users face is the following:
{code}
The query contains more than one rowtime attribute column [%s] for writing into 
table '%s'.
Please select the column that should be used as the event-time timestamp for 
the 
table sink by casting all other columns to regular TIMESTAMP or TIMESTAMP_LTZ.
{code}

However, not every sink requires the rowtime set on the stream record. For 
example, the Kafka sink does not use it because it exposes metadata columns. 
The user can define which column is the rowtime column by projection.

> Disable check for single rowtime attribute for sinks
> ----------------------------------------------------
>
>                 Key: FLINK-32613
>                 URL: https://issues.apache.org/jira/browse/FLINK-32613
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Planner
>            Reporter: Timo Walther
>            Priority: Major
>
> A common error that users face is the following:
> {code}
> The query contains more than one rowtime attribute column [%s] for writing 
> into table '%s'.
> Please select the column that should be used as the event-time timestamp for 
> the 
> table sink by casting all other columns to regular TIMESTAMP or TIMESTAMP_LTZ.
> {code}
> However, not every sink requires the rowtime set on the stream record. For 
> example, the Kafka sink does not use it because it exposes metadata columns. 
> The user can define which column is the rowtime column by projection.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to