[
https://issues.apache.org/jira/browse/FLINK-8873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16493215#comment-16493215
]
ASF GitHub Bot commented on FLINK-8873:
---------------------------------------
Github user dawidwys commented on the issue:
https://github.com/apache/flink/pull/5649
I am not sure about the value of those changes. The keying and the
`KeyedProcessFunction`s are applied onto `DataStream` plus tests in
`DataStreamTest` cover checks if the resulting stream is keyed e.g.
DataStreamTest.java:328. I seems then it is the right place for the tests you
moved, at least for me.
Therefore I would be against introducing this change at all.
> move unit tests of KeyedStream from DataStreamTest to KeyedStreamTest
> ---------------------------------------------------------------------
>
> Key: FLINK-8873
> URL: https://issues.apache.org/jira/browse/FLINK-8873
> Project: Flink
> Issue Type: Improvement
> Components: DataStream API, Tests
> Affects Versions: 1.5.0
> Reporter: Bowen Li
> Assignee: Bowen Li
> Priority: Minor
> Fix For: 1.6.0
>
>
> move unit tests of KeyedStream.scala from DataStreamTest.scala to
> KeyedStreamTest.scala, in order to have clearer separation
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)