Github user mtanski commented on the issue:
https://github.com/apache/flink/pull/2002
I tried changing the name from to InflaterInputStreamFactory ->
DecompressingStreamFactory
But now it will not build because of:
[ERROR] Failed to execute goal
com.github.siom79.japicmp:japicmp-maven-plugin:0.7.0:cmp (default) on project
flink-core: Breaking the build because there is at least one binary
incompatible class: org.apache.flink.api.common.io.BinaryInputFormat -> [Help 1]
This is because this change causes prototype changes in a bunch of places
flink.api.common.io.FileInputFormat
The next change will have bz2, xz, docs & maven dep for commons
compression. I'll also rebase it against master. Can we get it up after that.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---