You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/02/28 12:30:00 UTC

[jira] [Resolved] (FLINK-8792) bad semantic of method name MessageQueryParameter.convertStringToValue

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

Till Rohrmann resolved FLINK-8792.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0
                   1.5.0

Fixed via

1.6.0: 9a69035d8c6b62bb6229d75fed6ab43407e35e04

1.5.0: 51d5bc6c5151c2aed3f932f84c35da43689501ec

>  bad semantic of method name MessageQueryParameter.convertStringToValue 
> ------------------------------------------------------------------------
>
>                 Key: FLINK-8792
>                 URL: https://issues.apache.org/jira/browse/FLINK-8792
>             Project: Flink
>          Issue Type: Improvement
>          Components: REST
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Minor
>             Fix For: 1.5.0, 1.6.0
>
>
> the method name
> {code:java}
> MessageQueryParameter.convertStringToValue
> {code}
> should be 
> {code:java}
> convertValueToString
> {code}
> or
> {code:java}
> convertStringFromValue{code}
>  I think 
> {code:java}
> convertValueToString
> {code}
> would be better.



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