[
https://issues.apache.org/jira/browse/ARROW-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657227#comment-17657227
]
Rok Mihevc commented on ARROW-193:
----------------------------------
This issue has been migrated to [issue
#15542|https://github.com/apache/arrow/issues/15542] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> For the instruction, typos "int his" should be "in this"
> --------------------------------------------------------
>
> Key: ARROW-193
> URL: https://issues.apache.org/jira/browse/ARROW-193
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java
> Reporter: Fangzhou
> Assignee: Fangzhou
> Priority: Minor
> Fix For: 0.1.0
>
>
> /**
> * Provide the maximum amount of variable width bytes that can be stored
> int his vector.
> * @return
> */
> int getByteCapacity();
> should be
> /**
> * Provide the maximum amount of variable width bytes that can be stored in
> this vector.
> * @return
> */
> int getByteCapacity();
--
This message was sent by Atlassian Jira
(v8.20.10#820010)