You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/05/10 15:34:57 UTC

[arrow-testing] branch master updated (47f7b56 -> e81d0c6)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-testing.git


    from 47f7b56  GH-34643: Fix uncompressible files for LZ4 (#88)
     add eebcdd7  Add Avro file for null test case
     add 70ba4d8  Update readme
     new e81d0c6  Add Avro file for null test case (#90)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 data/avro/README.md                 |   6 ++++++
 data/avro/alltypes_nulls_plain.avro | Bin 0 -> 603 bytes
 2 files changed, 6 insertions(+)
 create mode 100644 data/avro/alltypes_nulls_plain.avro


[arrow-testing] 01/01: Add Avro file for null test case (#90)

Posted by al...@apache.org.
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 <an...@nerdnetworks.org>
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(+)