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 71cf140  Minor: Clarify value_metadata in Variant value layout diagram 
(#507)
71cf140 is described below

commit 71cf1400a43d17e88d3f90d988537534a50b6323
Author: Douenergy <[email protected]>
AuthorDate: Thu Jul 24 17:18:46 2025 +0800

    Minor: Clarify value_metadata in Variant value layout diagram (#507)
---
 VariantEncoding.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VariantEncoding.md b/VariantEncoding.md
index 9ba2e25..8da7762 100644
--- a/VariantEncoding.md
+++ b/VariantEncoding.md
@@ -154,7 +154,7 @@ The entire encoded Variant value includes the 
`value_metadata` byte, and then 0
 ```
            7                                  2 1          0
           +------------------------------------+------------+
-value     |            value_header            | basic_type |
+value     |            value_header            | basic_type |  <-- 
value_metadata
           +------------------------------------+------------+
           |                                                 |
           :                   value_data                    :  <-- 0 or more 
bytes

Reply via email to