[
https://issues.apache.org/jira/browse/FLINK-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14552046#comment-14552046
]
ASF GitHub Bot commented on FLINK-1687:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/521#discussion_r30683603
--- Diff:
flink-staging/flink-streaming/flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/SourceAPITest.scala
---
@@ -0,0 +1,22 @@
+package org.apache.flink.streaming.api.scala
+
+
+import org.apache.flink.api.common.io.FileInputFormat
+import org.apache.flink.api.java.io.{TextInputFormat, CsvInputFormat}
+import org.apache.flink.api.java.typeutils.TypeExtractor
+import org.apache.flink.core.fs.Path
+import org.apache.flink.streaming.api.environment
+import
org.apache.flink.streaming.api.functions.source.FileMonitoringFunction.WatchType
+
+object SourceAPITest {
--- End diff --
this object is not a real unit test.
> Streaming file source/sink API is not in sync with the batch API
> ----------------------------------------------------------------
>
> Key: FLINK-1687
> URL: https://issues.apache.org/jira/browse/FLINK-1687
> Project: Flink
> Issue Type: Improvement
> Components: Streaming
> Reporter: Gábor Hermann
> Assignee: Péter Szabó
>
> Streaming environment is missing file inputs like readFile, readCsvFile and
> also the more general createInput function, and outputs like writeAsCsv and
> write. Streaming and batch API should be consistent.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)