You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by fo...@apache.org on 2019/10/14 18:43:00 UTC

[parquet-mr] branch master updated: PARQUET-0000: Fix typo (#666)

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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 52a502e  PARQUET-0000: Fix typo (#666)
52a502e is described below

commit 52a502ebbf8a5525ea09d98fd75be7ccff08501c
Author: The Alchemist <ka...@gmail.com>
AuthorDate: Mon Oct 14 14:42:54 2019 -0400

    PARQUET-0000: Fix typo (#666)
---
 .../src/main/java/org/apache/parquet/proto/ProtoSchemaConverter.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet-protobuf/src/main/java/org/apache/parquet/proto/ProtoSchemaConverter.java b/parquet-protobuf/src/main/java/org/apache/parquet/proto/ProtoSchemaConverter.java
index db5be14..b8c2545 100644
--- a/parquet-protobuf/src/main/java/org/apache/parquet/proto/ProtoSchemaConverter.java
+++ b/parquet-protobuf/src/main/java/org/apache/parquet/proto/ProtoSchemaConverter.java
@@ -54,7 +54,7 @@ public class ProtoSchemaConverter {
   }
 
   /**
-   * Instanciate a schema converter to get the parquet schema corresponding to protobuf classes.
+   * Instantiate a schema converter to get the parquet schema corresponding to protobuf classes.
    * @param parquetSpecsCompliant   If set to false, the parquet schema generated will be using the old
    *                                schema style (prior to PARQUET-968) to provide backward-compatibility
    *                                but which does not use LIST and MAP wrappers around collections as required