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/06/03 19:22:55 UTC

[GitHub] [beam] kennknowles opened a new issue, #18578: Provide a withReadableByteChannelFactory on TextIO.Read

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

   Hi,
   
   I am prototyping a dataflow job that reads from GPG encrypted files. I got this working, but had to jump through some hoops to supply a new "compression" format to TextIO: I basically had to copy a good part of TextIO.Read only to add a `withDecompressingChannelFactory` method similar to `withWritableByteChannelFactory` in TextIO.Write.
   
   Would it be possible to add a method `withDecompressingChannelFactory` or `withReadableByteChannelFactory` to TextIO.Read to allow users to plug in custom decompression/decryption code?
   
   Imported from Jira [BEAM-3262](https://issues.apache.org/jira/browse/BEAM-3262). Original Jira may contain additional context.
   Reported by: Tobi19.


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