diff --git a/data/avro/README.md b/data/avro/README.md index 9bd4a16..225bc16 100644 --- a/data/avro/README.md +++ b/data/avro/README.md @@ -44,5 +44,6 @@ Additional notes: | nested_records.avro | Contains two rows of nested record types. Generated from https://github.com/sarutak/avro-data-generator/blob/master/src/bin/nested-records.rs | | simple_enum.avro | Contains four rows of enum types. Generated from https://github.com/sarutak/avro-data-generator/blob/master/src/bin/simple-enum.rs | | simple_fixed | Contains two rows of fixed types. Generated from https://github.com/sarutak/avro-data-generator/blob/master/src/bin/simple-fixed.rs | +| skippable_types.avro | Contains four rows of all skippable types supported by arrow-avro. Generated from https://gist.github.com/jecsand838/82d9874a5f9be8a636dcd49ad9b8e237 | | zero_byte.avro | Contains two rows of zero bytes followed by a non-zero byte row. Generated from https://gist.github.com/jecsand838/e57647d0d12853f3cf07c350a6a40395 | -| duration_uuid.avro | Contains four rows of uuid and duration logic types. Generated from https://gist.github.com/jecsand838/cbdaaf581af78f357778bf87d2f3cf15 | \ No newline at end of file +| duration_uuid.avro | Contains four rows of uuid and duration logic types. Generated from https://gist.github.com/jecsand838/cbdaaf581af78f357778bf87d2f3cf15 | diff --git a/data/avro/skippable_types.avro b/data/avro/skippable_types.avro new file mode 100644 index 0000000..b0518e0 Binary files /dev/null and b/data/avro/skippable_types.avro differ