fix: docs typos and keywords

This commit is contained in:
Harshavardhana
2020-12-23 11:59:20 -08:00
parent 6a66f142d4
commit b43906f6ee
6 changed files with 11 additions and 11 deletions

View File

@@ -7767,7 +7767,7 @@ func (p *ColumnIndex) String() string {
// position in the list, matching the position of the column in the schema.
//
// Without column_orders, the meaning of the min_value and max_value fields is
// undefined. To ensure well-defined behaviour, if min_value and max_value are
// undefined. To ensure well-defined behavior, if min_value and max_value are
// written to a Parquet file, column_orders must be written as well.
//
// The obsolete min and max fields are always sorted by signed comparison

View File

@@ -870,7 +870,7 @@ struct FileMetaData {
* position in the list, matching the position of the column in the schema.
*
* Without column_orders, the meaning of the min_value and max_value fields is
* undefined. To ensure well-defined behaviour, if min_value and max_value are
* undefined. To ensure well-defined behavior, if min_value and max_value are
* written to a Parquet file, column_orders must be written as well.
*
* The obsolete min and max fields are always sorted by signed comparison