You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (JIRA)" <ji...@apache.org> on 2015/07/02 20:22:04 UTC

[jira] [Assigned] (GEODE-76) Running ordered queries on PDX Instances.

     [ https://issues.apache.org/jira/browse/GEODE-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Huynh reassigned GEODE-76:
--------------------------------

    Assignee: Jason Huynh

> Running ordered queries on PDX Instances.
> -----------------------------------------
>
>                 Key: GEODE-76
>                 URL: https://issues.apache.org/jira/browse/GEODE-76
>             Project: Geode
>          Issue Type: Bug
>          Components: querying, serialization
>            Reporter: Altan Gokcek
>            Assignee: Jason Huynh
>            Priority: Critical
>
> When we create PDX instances by sending json to gemfire, if a filed is number type gemfire decides in which datatype it will save it to region (<128 byte, >128 short, >65536 Integer etc...) this is totally normal. 
> Problem is in order to run a ordered query. For example,
> "select * from /myRegion ORDERY BY myNumberField"
> We get such errors "byte and short cannot be compared or short and Integer cannot be compared"



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