You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/12/29 09:29:58 UTC

[jira] [Resolved] (IGNITE-4508) CacheQueryExample and CacheClientBinaryQueryExample print class name and hash instead of smth meaningful

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

Vladimir Ozerov resolved IGNITE-4508.
-------------------------------------
       Resolution: Fixed
         Assignee: Ksenia Rybakova
    Fix Version/s: 2.0

> CacheQueryExample and CacheClientBinaryQueryExample print class name and hash instead of smth meaningful
> --------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-4508
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4508
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.7
>            Reporter: Ksenia Rybakova
>            Assignee: Ksenia Rybakova
>             Fix For: 2.0
>
>
> Examples org.apache.ignite.examples.datagrid.CacheQueryExample and org.apache.ignite.examples.binary.datagrid.CacheClientBinaryQueryExample  print class name and hash instead of something meaningful:
> {noformat}
> >>> People with salaries between 0 and 1000 (queried with SCAN query): 
> >>>     Entry [key=BinaryObject [idHash=622772003, hash=570907497], val=BinaryObject [idHash=699871906, hash=828088650]]
> >>>     Entry [key=BinaryObject [idHash=460333119, hash=570907528], val=BinaryObject [idHash=1365711624, hash=402207819]]
> {noformat}
> {noformat}
> >>> Employees working for GridGain:
> >>>     BinaryObject [idHash=415906914, hash=504478805]
> >>>     BinaryObject [idHash=739210872, hash=36627152]
> >>>     BinaryObject [idHash=1154941313, hash=1266093632]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)