You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/21 13:49:41 UTC

[GitHub] [beam] grufino opened a new issue, #22393: [Feature Request]: Support zstandard decompression on python runner

grufino opened a new issue, #22393:
URL: https://github.com/apache/beam/issues/22393

   ### What would you like to happen?
   
   Currently it seems that CompressionTypes supported in the python runner are the following:
   ```
   CompressionTypes.AUTO,
           CompressionTypes.BZIP2,
           CompressionTypes.DEFLATE,
           CompressionTypes.GZIP,
   CompressionTypes.UNCOMPRESSED
   Unlike in the Java API, where the compression standard is supported.
   ```
   I would like to add zstandard decompression both from a personal need and also as a way to start contributing.
   
   Since this would be my first contribution maybe some guidance or references would be useful, I've been lurking around and seen that the testing may be a little complicated, not sure for this type of change. Or if someone else wants to take on this one also feel free.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: io-py-files


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] grufino commented on issue #22393: [Feature Request]: Support zstandard decompression on python runner

Posted by GitBox <gi...@apache.org>.
grufino commented on issue #22393:
URL: https://github.com/apache/beam/issues/22393#issuecomment-1197535121

   .take-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org