Java-Avro Sample: Saving POJO To Avro File
Java-Avro Sample: Setup POJO, save to Avro file, create GenericRecord instance for verification with `assert True`.
This Java-Avro Sample demonstrates how we setup a POJO and then save the info into an Avro file to later by created as a GenericRecord instance. Ultimately, this is verified by using the assertion assert True as the sample shows us.