File: README.md

package info (click to toggle)
python-avro 1.12.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,584 kB
  • sloc: python: 7,735; sh: 771; xml: 738; java: 386; makefile: 28
file content (13 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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.