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

Alexey Serbin reassigned KUDU-1765:
-----------------------------------

    Assignee:     (was: Alexey Serbin)

> Serialized scan tokens: implement a test to ensure operability between 
> C++/Java clients
> ---------------------------------------------------------------------------------------
>
>                 Key: KUDU-1765
>                 URL: https://issues.apache.org/jira/browse/KUDU-1765
>             Project: Kudu
>          Issue Type: Test
>          Components: client, test
>            Reporter: Alexey Serbin
>            Priority: Major
>
> It would be nice to implement a test that would check for inter-operability 
> of serialized scan tokens between C++ and Java client libraries.  The test 
> should check for the following:
> # The serialized scan token generated by C++ client can be successfully 
> de-serialized into an object which would yield the same scan results as the 
> original one if using READ_AT_SNAPSHOT mode and the specified timestamp.  In 
> other read/scan modes the result scan object should yield corresponding 
> results as well.
> # The serialized scan token generated by Java client can be successfully 
> de-serialized into an object which would yield the same scan results as the 
> original one if using READ_AT_SNAPSHOT mode and the specified timestamp.  In 
> other read/scan modes the result scan object should yield corresponding 
> results as well.
> The items above should be checked for all meaningful combinations of  scan 
> parameters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to