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:46:41 UTC

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

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

   ### 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-blackbird closed issue #22392: [Feature Request]: Support zstandard decompression on python runner

Posted by GitBox <gi...@apache.org>.
grufino-blackbird closed issue #22392: [Feature Request]: Support zstandard decompression on python runner
URL: https://github.com/apache/beam/issues/22392


-- 
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


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

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

   sorry posted with wrong github account, see https://github.com/apache/beam/issues/22393


-- 
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