[
https://issues.apache.org/jira/browse/FLINK-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15777667#comment-15777667
]
ASF GitHub Bot commented on FLINK-5360:
---------------------------------------
Github user xhumanoid commented on the issue:
https://github.com/apache/flink/pull/3022
After commit we have inconsistency between javadoc comment and arguments.
for both
_public SingleOutputStreamOperator<T> maxBy(int positionToMaxBy)_
_public SingleOutputStreamOperator<T> maxBy(String field)_
" the data stream by the **given position**. If more elements have the same
"
> Fix arguments names in WindowedStream
> -------------------------------------
>
> Key: FLINK-5360
> URL: https://issues.apache.org/jira/browse/FLINK-5360
> Project: Flink
> Issue Type: Bug
> Reporter: Ivan Mushketyk
> Assignee: Ivan Mushketyk
>
> Should be "field" instead of "positionToMaxBy" in some methods.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)