[
https://issues.apache.org/jira/browse/IGNITE-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155459#comment-15155459
]
Semen Boikov commented on IGNITE-2208:
--------------------------------------
Looks like now queries like "where _field=?" do not work just because argument
is not converted to BinaryObject before comparison, I think it can be fixed
easily.
I also added IgniteBinaryObjectQueryArgumentsTest, please include in it some
suite when issue is fixed.
> 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
> Fix For: 1.6
>
>
> 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)