[
https://issues.apache.org/jira/browse/FLINK-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572771#comment-14572771
]
ASF GitHub Bot commented on FLINK-2136:
---------------------------------------
Github user gaborhermann commented on a diff in the pull request:
https://github.com/apache/flink/pull/771#discussion_r31720473
--- Diff:
flink-staging/flink-streaming/flink-streaming-core/src/main/java/org/apache/flink/streaming/api/operators/AbstractUdfStreamOperator.java
---
@@ -84,6 +84,10 @@ public void confirmCheckpointCompleted(long
checkpointId, long timestamp) throws
}
}
+ public F getUserFunction() {
--- End diff --
Added a public getter, thus the StreamGraph creation from APIs is more
testable.
> Test the streaming scala API
> ----------------------------
>
> Key: FLINK-2136
> URL: https://issues.apache.org/jira/browse/FLINK-2136
> Project: Flink
> Issue Type: Test
> Components: Scala API, Streaming
> Affects Versions: 0.9
> Reporter: Márton Balassi
> Assignee: Gábor Hermann
>
> There are no test covering the streaming scala API. I would suggest to test
> whether the StreamGraph created by a certain operation looks as expected.
> Deeper layers and runtime should not be tested here, that is done in
> streaming-core.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)