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 87f2c8b Fix typo in VariantEncoding (#498)
87f2c8b is described below
commit 87f2c8bf77eefb4c43d0ebaeea1778bd28ac3609
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Jun 18 22:22:05 2025 -0400
Fix typo in VariantEncoding (#498)
Fix verb tense to match `typr`
---
VariantEncoding.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/VariantEncoding.md b/VariantEncoding.md
index 65c8370..0ba4431 100644
--- a/VariantEncoding.md
+++ b/VariantEncoding.md
@@ -22,7 +22,7 @@
> [!IMPORTANT]
> **This specification is still under active development, and has not been
> formally adopted.**
-A Variant represents a type that contain one of:
+A Variant represents a type that contains one of:
- Primitive: A type and corresponding value (e.g. INT, STRING)
- Array: An ordered list of Variant values
- Object: An unordered collection of string/Variant pairs (i.e. key/value
pairs). An object may not contain duplicate keys.