You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
It would be nice to have an option to supply a read schema (in lieu of the embedded schema) when reading avro files via spark-avro.
For example, the Python Avro API allows the following: reader = DataFileReader(data, DatumReader(readers_schema=schema))
The scenario is this: I have many .avro files, possibly with different schemas (due to schema evolution), and I would like to use a single "master" schema to ingest all of those avro files into a single Spark Dataframe.