You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by we...@apache.org on 2021/02/07 23:58:43 UTC

[parquet-testing] branch master updated: ARROW-11452: Add file for testing ARROW-11452 (#17)

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

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e7badc  ARROW-11452: Add file for testing ARROW-11452 (#17)
8e7badc is described below

commit 8e7badc6a3817a02e06d17b5d8ab6b6dc356e890
Author: Max Burke <ma...@gmail.com>
AuthorDate: Sun Feb 7 15:58:23 2021 -0800

    ARROW-11452: Add file for testing ARROW-11452 (#17)
    
    * Add file for testing ARROW-11452
    
    * rename structs file, and add description
    
    Co-authored-by: Neville Dipale <ne...@gmail.com>
---
 data/README.md                   |   7 ++++++-
 data/nested_structs.rust.parquet | Bin 0 -> 53040 bytes
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/data/README.md b/data/README.md
index b4bfe07..8ff7045 100644
--- a/data/README.md
+++ b/data/README.md
@@ -18,7 +18,12 @@
   -->
 # Test data files for Parquet compatibility and regression testing
 
-TODO: Document what each file is
+| File  | Description |
+|---|---|
+| nested_structs.rust.parquet  | Used to test that the Rust Arrow reader can lookup the correct field from a nested struct. See [ARROW-11452](https://issues.apache.org/jira/browse/ARROW-11452) |
+
+
+TODO: Document what each file is in the table above.
 
 ## Encrypted Files
 
diff --git a/data/nested_structs.rust.parquet b/data/nested_structs.rust.parquet
new file mode 100644
index 0000000..1355cff
Binary files /dev/null and b/data/nested_structs.rust.parquet differ