You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/02 13:48:00 UTC

[jira] [Updated] (KUDU-1765) Serialized scan tokens: implement a test to ensure operability between C++/Java clients

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

Grant Henke updated KUDU-1765:
------------------------------
    Component/s: test

> 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
>            Assignee: 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)