Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am heapxor on github.
* I am heap001 (https://keybase.io/heap001) on keybase.
* I have a public key ASBb6cUf7LiB6h7P4dbrnQr4HtaWQKyDwR2aqULevw_HcAo
main () {
schema1 = readAvroSchema(source1);
}
public static String readAvroSchema(String source) {
DataFileStream reader = null;
Schema avSchema ;
File f = new File(source);