You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/02/07 15:25:41 UTC

[jira] [Commented] (AVRO-1972) Typo in method name

    [ https://issues.apache.org/jira/browse/AVRO-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856198#comment-15856198 ] 

ASF subversion and git services commented on AVRO-1972:
-------------------------------------------------------

Commit 94d15f4be1f4e25e5d6170ad32b5251ac14a4736 in avro's branch refs/heads/master from [~cesco]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=94d15f4 ]

AVRO-1972 Corrected typo in method name (getConversion)

changed getConverion(String fieldName)
into getConversion(String fieldName)

Signed-off-by: sacharya <su...@gmail.com>


> Typo in method name
> -------------------
>
>                 Key: AVRO-1972
>                 URL: https://issues.apache.org/jira/browse/AVRO-1972
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.8.1
>            Reporter: Francesco Versaci
>            Assignee: Francesco Versaci
>            Priority: Minor
>              Labels: typo
>             Fix For: 1.9.0
>
>
> There's a method of SpecificRecordBase.java which has a typo in the method name, i.e., `getConverion(String fieldName)` instead of `getConversion(String fieldName)`. 
> gszadovszky suggests two options, detailed below:
> ---
> This method is part of the public API and has already been released (1.8.1). We would not like to break the code of any consumer in case of doing a minor upgrade therefore, I would suggest deprecating the method with the typo and create a new one with the correct naming. (Later on we will be able to remove the deprecated method.) Another idea is to keep the fix as is but only include in the next major release.
> ---



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)