You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kostas Kloudas (JIRA)" <ji...@apache.org> on 2018/07/17 21:14:00 UTC

[jira] [Updated] (FLINK-9880) Incorrect argument order calling BucketerContext#update

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

Kostas Kloudas updated FLINK-9880:
----------------------------------
    Fix Version/s: 1.6.0

> Incorrect argument order calling BucketerContext#update
> -------------------------------------------------------
>
>                 Key: FLINK-9880
>                 URL: https://issues.apache.org/jira/browse/FLINK-9880
>             Project: Flink
>          Issue Type: Bug
>          Components: filesystem-connector
>    Affects Versions: 1.6.0
>            Reporter: Ted Yu
>            Assignee: Kostas Kloudas
>            Priority: Major
>             Fix For: 1.6.0
>
>
> In StreamingFileSink.java :
> {code}
>     bucketerContext.update(context.timestamp(), currentProcessingTime, context.currentWatermark());
> {code}
> However, the method update is declared as :
> {code}
>     void update(@Nullable Long elementTimestamp, long currentWatermark, long currentProcessingTime) {
> {code}
> The second and third parameters seem to be swapped.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)