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 2ac2228  Fix a typo in Variant Binary Encoding (#500)
2ac2228 is described below

commit 2ac2228949accaddc6917312344c0c816f050625
Author: Samyak Sarnayak <[email protected]>
AuthorDate: Mon Jul 21 08:55:52 2025 +0530

    Fix a typo in Variant Binary Encoding (#500)
---
 VariantEncoding.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VariantEncoding.md b/VariantEncoding.md
index 0ba4431..9ba2e25 100644
--- a/VariantEncoding.md
+++ b/VariantEncoding.md
@@ -455,7 +455,7 @@ As a result, offsets will not necessarily be listed in 
ascending order.
 The field values are not required to be in the same order as the field IDs, to 
enable flexibility when constructing Variant values.
 
 An implementation may rely on this field ID order in searching for field names.
-E.g. a binary search on field IDs (combined with metadata lookups) may be used 
to find a field with a given field.
+E.g. a binary search on field IDs (combined with metadata lookups) may be used 
to find a field with a given name.
 
 Field names are case-sensitive.
 Field names are required to be unique for each object.

Reply via email to