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

Andrew Mashenkov edited comment on IGNITE-4238 at 11/18/16 11:08 AM:
---------------------------------------------------------------------

When you call "cache.query(qry)", query being converted to binary with it's 
arguments by IgniteCacheProxy before query is sent to QueryProcessor.
QueryProcessor deserialize query but not parameters. So, binding paramenters 
are  BinaryObjectImpl instances, that causes type interpretation error.


was (Author: amashenkov):
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 type interpretation error.

> 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)

Reply via email to