steveniemitz commented on issue #25794:
URL: https://github.com/apache/beam/issues/25794#issuecomment-1472207107

   Yeah beam never had the ability to process full-file compressed avro files, 
you'd need to decompress them first to a temp location and them read those.  If 
you want compression you should use the built-in compression support that the 
avro container file presents.  If you're using beam that'd be 
[withCodec](https://beam.apache.org/releases/javadoc/2.45.0/org/apache/beam/sdk/io/AvroIO.TypedWrite.html#withCodec-org.apache.avro.file.CodecFactory-)
 on AvroIO.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to