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

ASF GitHub Bot commented on FLINK-7044:
---------------------------------------

Github user kl0u commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4225#discussion_r125007122
  
    --- Diff: 
flink-tests/src/test/java/org/apache/flink/test/query/AbstractQueryableStateITCase.java
 ---
    @@ -234,38 +239,28 @@ public Integer getKey(Tuple2<Integer, Long> value) 
throws Exception {
                                                allNonZero = false;
                                        }
     
    -                                   final byte[] serializedKey = 
KvStateRequestSerializer.serializeKeyAndNamespace(
    -                                                   key,
    -                                                   
queryableState.getKeySerializer(),
    -                                                   VoidNamespace.INSTANCE,
    -                                                   
VoidNamespaceSerializer.INSTANCE);
    -
    -                                   Future<byte[]> serializedResult = 
getKvStateWithRetries(
    +                                   Future<Tuple2<Integer, Long>> 
serializedResult = getKvStateWithRetries(
    --- End diff --
    
    done!


> Add methods to the client API that take the stateDescriptor.
> ------------------------------------------------------------
>
>                 Key: FLINK-7044
>                 URL: https://issues.apache.org/jira/browse/FLINK-7044
>             Project: Flink
>          Issue Type: Improvement
>          Components: Queryable State
>    Affects Versions: 1.3.0, 1.3.1
>            Reporter: Kostas Kloudas
>            Assignee: Kostas Kloudas
>             Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to