Hello, first, sorry I'm pretty noob to Avro, but I'm trying to read data from an Avro file that has the schema embedded in it. I browse to a lot of functions in the library but I can't figure how to make it. Is there a helper to extract the schema from the avro file? Or to read already considering the schema there?
I found this for the Java API: https://stackoverflow.com/questions/45496786/how-to-extract-schema-from-an-avro-file-in-java
Wonder if there is an equivalent solution using lancaster.
Hello, first, sorry I'm pretty noob to Avro, but I'm trying to read data from an Avro file that has the schema embedded in it. I browse to a lot of functions in the library but I can't figure how to make it. Is there a helper to extract the schema from the avro file? Or to read already considering the schema there?
I found this for the Java API: https://stackoverflow.com/questions/45496786/how-to-extract-schema-from-an-avro-file-in-java
Wonder if there is an equivalent solution using lancaster.