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

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

Altan Gokcek created GEODE-76:
---------------------------------

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