Github user aljoscha commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2020#discussion_r65212384
  
    --- Diff: 
flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/StreamExecutionEnvironment.scala
 ---
    @@ -483,28 +500,31 @@ class StreamExecutionEnvironment(javaEnv: JavaEnv) {
         * @return The data stream that represents the data read from the given 
file
         */
       def readFile[T: TypeInformation](
    -      inputFormat: FileInputFormat[T],
    -      filePath: String,
    -      watchType: WatchType,
    -      interval: Long): DataStream[T] =
    +                                    inputFormat: FileInputFormat[T],
    --- End diff --
    
    IntelliJ formatting is off here, same below.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to