3940414243444546
TableSchemaParser parser; Schema schema; @Before public void init() throws ParseException { parser = new TableSchemaParser(new StringReader(strSch)); schema = parser.RecordSchema(null); }