You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2016/11/18 10:45:58 UTC

[jira] [Comment Edited] (IGNITE-4238) Example for spatial queries

    [ 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 10:45 AM:
---------------------------------------------------------------------

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.


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