You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2023/03/02 14:06:38 UTC

[parquet-format] branch master updated: MINOR: Add FIXED_LEN_BYTE_ARRAY Type

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2e35a9f  MINOR: Add FIXED_LEN_BYTE_ARRAY Type
2e35a9f is described below

commit 2e35a9fed21da1d12215e6f44a7dbc58b6c04756
Author: Xinyu Zeng <xz...@wisc.edu>
AuthorDate: Thu Mar 2 22:06:31 2023 +0800

    MINOR: Add FIXED_LEN_BYTE_ARRAY Type
    
    This closes #190
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ecacd6e..18a7507 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,8 @@ readers and writers for the format.  The types are:
   - INT96: 96 bit signed ints
   - FLOAT: IEEE 32-bit floating point values
   - DOUBLE: IEEE 64-bit floating point values
-  - BYTE_ARRAY: arbitrarily long byte arrays.
+  - BYTE_ARRAY: arbitrarily long byte arrays
+  - FIXED_LEN_BYTE_ARRAY: fixed length byte arrays
 
 ### Logical Types
 Logical types are used to extend the types that parquet can be used to store,