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 ff93031 MINOR: Fix typos in README.md (#515)
ff93031 is described below
commit ff930314ac36f15a16bb7a0ca92a75642e993b30
Author: YK <[email protected]>
AuthorDate: Wed Aug 13 02:55:12 2025 -0700
MINOR: Fix typos in README.md (#515)
- Fix 'primitve' -> 'primitive'
- Fix 'language' -> 'languages' (plural form needed for grammatical
correctness)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ae7272f..a46e780 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ This repository contains the specification for [Apache
Parquet] and
Apache Parquet is an open source, column-oriented data file format
designed for efficient data storage and retrieval. It provides high
performance compression and encoding schemes to handle complex data in
-bulk and is supported in many programming language and analytics
+bulk and is supported in many programming languages and analytics
tools.
[Apache Parquet]: https://parquet.apache.org
@@ -158,7 +158,7 @@ documented in [LogicalTypes.md][logical-types].
Parquet stores min/max statistics at several levels (such as Column Chunk,
Column Index, and Data Page). These statistics are according to a sort order,
which is defined for each column in the file footer. Parquet supports common
-sort orders for logical and primitve types. The details are documented in the
+sort orders for logical and primitive types. The details are documented in the
[Thrift definition](src/main/thrift/parquet.thrift) in the `ColumnOrder` union.
## Nested Encoding