You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Liya Fan (JIRA)" <ji...@apache.org> on 2019/06/05 04:27:00 UTC

[jira] [Updated] (ARROW-5513) [Java] Refactor method name for getstartOffset to use camel case

     [ https://issues.apache.org/jira/browse/ARROW-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liya Fan updated ARROW-5513:
----------------------------
    Description: 
The method getstartOffset in class org.apache.arrow.vector.BaseVariableWidthVector should be refactored to getStartOffset, to comply with the camel case.

Fortunately, this method is not public, so the changes are internal to Arrow.

> [Java] Refactor method name for getstartOffset to use camel case
> ----------------------------------------------------------------
>
>                 Key: ARROW-5513
>                 URL: https://issues.apache.org/jira/browse/ARROW-5513
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Trivial
>
> The method getstartOffset in class org.apache.arrow.vector.BaseVariableWidthVector should be refactored to getStartOffset, to comply with the camel case.
> Fortunately, this method is not public, so the changes are internal to Arrow.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)