You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2019/09/16 07:32:29 UTC

[parquet-format] branch master updated: PARQUET-1651: Typos in parquet.thrift (#152)

This is an automated email from the ASF dual-hosted git repository.

gabor 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 37bdba0  PARQUET-1651: Typos in parquet.thrift (#152)
37bdba0 is described below

commit 37bdba0a18cff18da706a0d353c65e726c8edca6
Author: Gary Fredericks <fr...@gmail.com>
AuthorDate: Mon Sep 16 02:32:24 2019 -0500

    PARQUET-1651: Typos in parquet.thrift (#152)
---
 src/main/thrift/parquet.thrift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift
index a062b4f..68820ca 100644
--- a/src/main/thrift/parquet.thrift
+++ b/src/main/thrift/parquet.thrift
@@ -122,7 +122,7 @@ enum ConvertedType {
   /**
    * An unsigned integer value.
    *
-   * The number describes the maximum number of meainful data bits in
+   * The number describes the maximum number of meaningful data bits in
    * the stored value. 8, 16 and 32 bit values are stored using the
    * INT32 physical type.  64 bit values are stored using the INT64
    * physical type.
@@ -136,7 +136,7 @@ enum ConvertedType {
   /**
    * A signed integer value.
    *
-   * The number describes the maximum number of meainful data bits in
+   * The number describes the maximum number of meaningful data bits in
    * the stored value. 8, 16 and 32 bit values are stored using the
    * INT32 physical type.  64 bit values are stored using the INT64
    * physical type.