You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "nastra (via GitHub)" <gi...@apache.org> on 2023/05/02 12:00:31 UTC

[GitHub] [iceberg] nastra commented on a diff in pull request #7498: Arrow: Fix errorprone warnings

nastra commented on code in PR #7498:
URL: https://github.com/apache/iceberg/pull/7498#discussion_r1182452157


##########
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/ColumnVector.java:
##########
@@ -56,12 +56,12 @@ public class ColumnVector implements AutoCloseable {
     this.accessor = getVectorAccessor(vectorHolder);
   }
 
-  /** @return the potentially dict-encoded {@link FieldVector}. */
+  /** Returns the potentially dict-encoded {@link FieldVector}. */

Review Comment:
   I think it would be better to have a summary and keep the `@return` 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org