[
https://issues.apache.org/jira/browse/IGNITE-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15676437#comment-15676437
]
Andrew Mashenkov commented on IGNITE-4238:
------------------------------------------
When you call "cache.query(qry)", query is converted to binary with it's
arguments by IgniteCacheProxy before sending query to QueryProcessor.
QueryProcessor deserialize query but not parameters. So, binding paramenters
are BinaryObjectImpl instances, that causes incorrect type interpretation.
> Example for spatial queries
> ---------------------------
>
> Key: IGNITE-4238
> URL: https://issues.apache.org/jira/browse/IGNITE-4238
> Project: Ignite
> Issue Type: Task
> Reporter: Denis Magda
> Assignee: Andrew Mashenkov
> Priority: Blocker
> Fix For: 1.8
>
>
> The geospatial example is missing in Apache examples. It makes sense to add
> it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)