Ksenia Rybakova created IGNITE-4508: ---------------------------------------
Summary: 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 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)