Skip to content

Commit 78476f0

Browse files
sarutakmatthewgapp
authored andcommitted
Add simple_enum.avro and simple_fixed.avro
1 parent 5a83cea commit 78476f0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

data/avro/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ Additional notes:
4141
| File | Description |
4242
|:--|:--|
4343
| alltypes_nulls_plain.avro | Contains a single row with null values for each scalar data type, i.e, `{"string_col":null,"int_col":null,"bool_col":null,"bigint_col":null,"float_col":null,"double_col":null,"bytes_col":null}`. Generated from https://gist.github.com/nenorbot/5a92e24f8f3615488f75e2a18a105c76 |
44-
| 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 |
44+
| 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 |
45+
| 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 |
46+
| simple_fixed | Contains two rows of fixed types. Generated from https://github.com/sarutak/avro-data-generator/blob/master/src/bin/simple-fixed.rs |

data/avro/simple_enum.avro

411 Bytes
Binary file not shown.

data/avro/simple_fixed.avro

388 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)