Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Avro file for null test case (#90)
To be used for the changes in apache/datafusion#6307 file contents: ``` ❯ avro-tools tojson data/avro/alltypes_nulls_plain.avro {"string_col":null,"int_col":null,"bool_col":null,"bigint_col":null,"float_col":null,"double_col":null,"bytes_col":null} ```
- Loading branch information