This is a vscode extension that allows you to preview .avro files.
You can see not just records but also a schema in one time.
This can only handle .avro files with no compress (can't do with deflate/snappy compress).
- Open
.avrofile and clickOpen Avrobutton at the right top corner.
- See the new tabs of the records and schema of the
.avrofile.


