File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This repository contains the specification for [Apache Parquet] and
2525Apache Parquet is an open source, column-oriented data file format
2626designed for efficient data storage and retrieval. It provides high
2727performance 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
2929tools.
3030
3131[ Apache Parquet ] : https://parquet.apache.org
@@ -158,7 +158,7 @@ documented in [LogicalTypes.md][logical-types].
158158Parquet stores min/max statistics at several levels (such as Column Chunk,
159159Column Index, and Data Page). These statistics are according to a sort order,
160160which 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
You can’t perform that action at this time.
0 commit comments