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


The following commit(s) were added to refs/heads/master by this push:
     new b161cc1  Added duration_uuid.avro file (#108)
b161cc1 is described below

commit b161cc126ff724976e44912cba6e7bba1f179fd5
Author: Connor Sanders <[email protected]>
AuthorDate: Mon Sep 15 05:45:05 2025 -0500

    Added duration_uuid.avro file (#108)
    
    This adds a new `duration_uuid.avro` file which will be used to test
    arrow-avro uuid and duration logical types.
    
    Here's the python script used to generate the new avro file:
    https://gist.github.com/jecsand838/cbdaaf581af78f357778bf87d2f3cf15
    
    Part of https://github.com/apache/arrow-rs/issues/4886
---
 data/avro/README.md          |   3 ++-
 data/avro/duration_uuid.avro | Bin 0 -> 517 bytes
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/avro/README.md b/data/avro/README.md
index bd0a1e1..9bd4a16 100644
--- a/data/avro/README.md
+++ b/data/avro/README.md
@@ -44,4 +44,5 @@ 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
                                                                                
                                                                 |
-| zero_byte.avro            | Contains two rows of zero bytes followed by a 
non-zero byte row. Generated from 
https://gist.github.com/jecsand838/e57647d0d12853f3cf07c350a6a40395             
                                                                                
                                    |
\ No newline at end of file
+| 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
diff --git a/data/avro/duration_uuid.avro b/data/avro/duration_uuid.avro
new file mode 100644
index 0000000..09dd67b
Binary files /dev/null and b/data/avro/duration_uuid.avro differ

Reply via email to