You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Karachentsev (JIRA)" <ji...@apache.org> on 2016/07/12 16:19:20 UTC

[jira] [Commented] (IGNITE-2208) Queries with object arguments doesn't work wth BinaryMarshaller.

    [ https://issues.apache.org/jira/browse/IGNITE-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373166#comment-15373166 ] 

Dmitry Karachentsev commented on IGNITE-2208:
---------------------------------------------

Added converting arguments to BinaryObject when need. Haven't tested on TC because of issues with github.

> Queries with object arguments doesn't work wth BinaryMarshaller.
> ----------------------------------------------------------------
>
>                 Key: IGNITE-2208
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2208
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: ignite-1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Dmitry Karachentsev
>              Labels: community
>             Fix For: 1.7
>
>
> This happens because we cannot compare binary and non-binary objects.
> Problematic code frame: 
> {code}
> GridH2ValueCacheObject.compareSecure
> {code}
> Affected tests:
> {code}
> IgniteCacheAbstractQuerySelfTest.testObjectQuery
> IgniteCacheAbstractQuerySelfTest.testBadHashObjectKey
> {code}



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