Valentin Kulichenko created IGNITE-3834: -------------------------------------------
Summary: BinaryReader.get method behaves incorrectly when in MODE_SINGLE mode Key: IGNITE-3834 URL: https://issues.apache.org/jira/browse/IGNITE-3834 Project: Ignite Issue Type: Bug Components: general Affects Versions: 1.7 Reporter: Valentin Kulichenko Assignee: Valentin Kulichenko Priority: Critical Fix For: 1.8 The piece of code below is incorrect. It should not return the {{data}} right away, but compare the provided position with {{singlePos}} first and return {{null}} if they do not match. {code} case MODE_SINGLE: return (T)data; {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)