You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2020/01/27 12:55:14 UTC

[incubator-iceberg] branch master updated: Fix Javadoc build (#753)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 636458c  Fix Javadoc build (#753)
636458c is described below

commit 636458c65aac484db03445cf660fa10b0d3ec203
Author: jun-he <ju...@users.noreply.github.com>
AuthorDate: Mon Jan 27 04:55:07 2020 -0800

    Fix Javadoc build (#753)
---
 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 50179ec..0a64d3b 100644
--- a/parquet/src/main/java/org/apache/iceberg/parquet/VectorizedReader.java
+++ b/parquet/src/main/java/org/apache/iceberg/parquet/VectorizedReader.java
@@ -39,7 +39,7 @@ public interface VectorizedReader<T> {
   /**
    *
    * @param pages row group information for all the columns
-   * @param metadata map of {@link ColumnPath} -> {@link ColumnChunkMetaData} for the row group
+   * @param metadata map of {@link ColumnPath} -&gt; {@link ColumnChunkMetaData} for the row group
    */
   void setRowGroupInfo(PageReadStore pages, Map<ColumnPath, ColumnChunkMetaData> metadata);