public class TestIOUtils extends Object
| Constructor and Description |
|---|
TestIOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.avro.generic.GenericRecord> |
readAllRecords(String jsonDataPath,
String schemaPath)
Reads all records from a json file as
GenericRecords |