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

Kostas Kloudas closed FLINK-9880.
---------------------------------
    Resolution: Fixed

Merged on master with 056486a1b81e9648a6d3dc795e7e2c6976f8388c

and on release-1.6 0785edecb3a1c6f32a71fe4c49923381687db66f

> Incorrect argument order calling BucketerContext#update
> -------------------------------------------------------
>
>                 Key: FLINK-9880
>                 URL: https://issues.apache.org/jira/browse/FLINK-9880
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Kostas Kloudas
>            Priority: Major
>
> 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)

Reply via email to