tree: 74526feb0298b4cdd41249a175df5a3586506c83
  1. simple/
  2. withUnion/
  3. README.md
share/test/data/schemas/README.md

commons schemas and data

The objective of this folder is to provide test cases on avro schemas and datas for each SDK.

Each subfolder is composed of a :

  • schema.json file, for schema
  • data.avro file that contains some records
  • README.md that briefly explains the tested used case.

Steps for tests are :

  • read schema (with schema.json file).
  • read data file (data.avro file)
  • Check it can write record in output temp file.