You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2020/10/27 18:23:36 UTC

[iceberg] branch master updated: Docs: Fix docs typo in ParquetVectorizedReader (#1658)

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new fce8a69  Docs: Fix docs typo in ParquetVectorizedReader (#1658)
fce8a69 is described below

commit fce8a6948210f87c23adc3797f71a60770e73660
Author: Russell Spitzer <ru...@GMAIL.COM>
AuthorDate: Tue Oct 27 13:23:29 2020 -0500

    Docs: Fix docs typo in ParquetVectorizedReader (#1658)
---
 parquet/src/main/java/org/apache/iceberg/parquet/VectorizedReader.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet/src/main/java/org/apache/iceberg/parquet/VectorizedReader.java b/parquet/src/main/java/org/apache/iceberg/parquet/VectorizedReader.java
index 6a1536d..1872b4a 100644
--- a/parquet/src/main/java/org/apache/iceberg/parquet/VectorizedReader.java
+++ b/parquet/src/main/java/org/apache/iceberg/parquet/VectorizedReader.java
@@ -41,7 +41,7 @@ public interface VectorizedReader<T> {
   void setBatchSize(int batchSize);
 
   /**
-   * Sets the row group information toe be used with this reader
+   * Sets the row group information to be used with this reader
    *
    * @param pages    row group information for all the columns
    * @param metadata map of {@link ColumnPath} -&gt; {@link ColumnChunkMetaData} for the row group