This is an automated email from the ASF dual-hosted git repository.
rmetzger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new b28e434 [hotfix] Outdated comment in FileInputFormat.java
b28e434 is described below
commit b28e434b4d7a9a419d4bb23d90af95c7d4f44c7c
Author: Andrew Duffy <[email protected]>
AuthorDate: Sat Mar 2 19:14:32 2019 -0500
[hotfix] Outdated comment in FileInputFormat.java
This closes #7882
---
.../src/main/java/org/apache/flink/api/common/io/FileInputFormat.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java
b/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java
index d36b6c1..9cc446d 100644
---
a/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java
+++
b/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java
@@ -222,7 +222,7 @@ public abstract class FileInputFormat<OT> extends
RichInputFormat<OT, FileInputS
protected long openTimeout = DEFAULT_OPENING_TIMEOUT;
/**
- * Some file input formats are not splittable on a block level (avro,
deflate)
+ * Some file input formats are not splittable on a block level (deflate)
* Therefore, the FileInputFormat can only read whole files.
*/
protected boolean unsplittable = false;