This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-testing.git
commit e81d0c6de35948b3be7984af8e00413b314cde6e Merge: 47f7b56 70ba4d8 Author: Andrew Lamb <[email protected]> AuthorDate: Wed May 10 11:34:47 2023 -0400 Add Avro file for null test case (#90) To be used for the changes in https://github.com/apache/arrow-datafusion/pull/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} ``` data/avro/README.md | 6 ++++++ data/avro/alltypes_nulls_plain.avro | Bin 0 -> 603 bytes 2 files changed, 6 insertions(+)
