You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "hailong wang (Jira)" <ji...@apache.org> on 2020/02/18 13:35:00 UTC

[jira] [Commented] (FLINK-16147) Add watermarkExprOutputType in WatermarkSpec#toString method

    [ https://issues.apache.org/jira/browse/FLINK-16147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039084#comment-17039084 ] 

hailong wang commented on FLINK-16147:
--------------------------------------

Hi [~jark], what do you think of it?

> Add watermarkExprOutputType in WatermarkSpec#toString method
> ------------------------------------------------------------
>
>                 Key: FLINK-16147
>                 URL: https://issues.apache.org/jira/browse/FLINK-16147
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / Common
>    Affects Versions: 1.10.0
>            Reporter: hailong wang
>            Priority: Minor
>             Fix For: 1.11.0
>
>
> WatermarkSpec#toString only include rowtimeAttribute and watermarkExpressionString.
> Maybe we should inlcude watermarkExprOutputType too, just like:
> {code:java}
> @Override
> public String toString() {
>    return "rowtime: '" + rowtimeAttribute + '\'' +
>       ", watermark: '" + watermarkExpressionString + '\'' +
>       ", outputType: '" + watermarkExprOutputType + '\'';
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)