[
https://issues.apache.org/jira/browse/BEAM-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15307642#comment-15307642
]
ASF GitHub Bot commented on BEAM-314:
-------------------------------------
GitHub user jbonofre opened a pull request:
https://github.com/apache/incubator-beam/pull/400
[BEAM-314] Add zip compression support in TextIO
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [X] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [X] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [X] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [X] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.txt).
---
Add zip compression support in TextIO.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbonofre/incubator-beam BEAM-314
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/400.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #400
----
commit ce2dcec24b0c849144b5c2c9d7085983e979bc26
Author: Jean-Baptiste Onofré <[email protected]>
Date: 2016-05-31T12:23:27Z
[BEAM-314] Add zip compression support in TextIO
----
> Support zip compression in TextIO
> ---------------------------------
>
> Key: BEAM-314
> URL: https://issues.apache.org/jira/browse/BEAM-314
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-extensions
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
>
> Now, {{TextIO}} supports Gzip and Bzip2 compression, but not Zip. Even if
> it's not the same kind of compression (as zip archive may contain several
> entries), a classic use case is to read "unique" zip compressed file (single
> entry).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)