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/04 15:33:14 UTC

[GitHub] [beam] damccorm opened a new issue, #20138: Autodetect Avro schema from Avro file

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

   I'm building a pipeline where I'm reading a set of Avro files, all with same schema. These Avro contains the schema definition. To get GenericRecords, I today have to specify the schema for the files in my pipeline. It would be very neat to use the fact that my Avro files contains the schema definition already. Something like 
    AvroIO.readFilesGenericRecordsParseSchemaFromSource().
   
    
   
   Imported from Jira [BEAM-9597](https://issues.apache.org/jira/browse/BEAM-9597). Original Jira may contain additional context.
   Reported by: lazlo.


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