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 b76cde4  Test file for DELTA_LENGTH_BYTE_ARRAY decoding (#24)
b76cde4 is described below

commit b76cde43bad62ebf531ae3736d7a59cf645d3a6f
Author: Muthunagappan Muthuraman <[email protected]>
AuthorDate: Wed Jun 22 08:45:10 2022 -0700

    Test file for DELTA_LENGTH_BYTE_ARRAY decoding (#24)
    
    * Test file for DELTA_LENGTH_BYTE_ARRAY decoding
    
    * Update README
---
 data/README.md                       |   1 +
 data/delta_length_byte_array.parquet | Bin 0 -> 3072 bytes
 2 files changed, 1 insertion(+)

diff --git a/data/README.md b/data/README.md
index 0e7381d..b1227d4 100644
--- a/data/README.md
+++ b/data/README.md
@@ -22,6 +22,7 @@
 | File                                         | Description                   
                                                                                
                                                  |
 
|----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | delta_byte_array.parquet                     | string columns with 
DELTA_BYTE_ARRAY encoding. See [delta_byte_array.md](delta_byte_array.md) for 
details.                                                      |
+| delta_length_byte_array.parquet              | string columns with 
DELTA_LENGTH_BYTE_ARRAY encoding.                                               
                                                            |
 | delta_binary_packed.parquet                  | INT32 and INT64 columns with 
DELTA_BINARY_PACKED encoding. See 
[delta_binary_packed.md](delta_binary_packed.md) for details.                   
                 |
 | delta_encoding_required_column.parquet       | required INT32 and STRING 
columns with delta encoding. See 
[delta_encoding_required_column.md](delta_encoding_required_column.md) for 
details.                  |
 | delta_encoding_optional_column.parquet       | optional INT64 and STRING 
columns with delta encoding. See 
[delta_encoding_optional_column.md](delta_encoding_optional_column.md) for 
details.                  |
diff --git a/data/delta_length_byte_array.parquet 
b/data/delta_length_byte_array.parquet
new file mode 100644
index 0000000..ead505a
Binary files /dev/null and b/data/delta_length_byte_array.parquet differ

Reply via email to