Skip to content

Commit ff93031

Browse files
authored
MINOR: Fix typos in README.md (#515)
- Fix 'primitve' -> 'primitive' - Fix 'language' -> 'languages' (plural form needed for grammatical correctness)
1 parent 1dbc814 commit ff93031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This repository contains the specification for [Apache Parquet] and
2525
Apache Parquet is an open source, column-oriented data file format
2626
designed for efficient data storage and retrieval. It provides high
2727
performance compression and encoding schemes to handle complex data in
28-
bulk and is supported in many programming language and analytics
28+
bulk and is supported in many programming languages and analytics
2929
tools.
3030

3131
[Apache Parquet]: https://parquet.apache.org
@@ -158,7 +158,7 @@ documented in [LogicalTypes.md][logical-types].
158158
Parquet stores min/max statistics at several levels (such as Column Chunk,
159159
Column Index, and Data Page). These statistics are according to a sort order,
160160
which is defined for each column in the file footer. Parquet supports common
161-
sort orders for logical and primitve types. The details are documented in the
161+
sort orders for logical and primitive types. The details are documented in the
162162
[Thrift definition](src/main/thrift/parquet.thrift) in the `ColumnOrder` union.
163163

164164
## Nested Encoding

0 commit comments

Comments
 (0)