[
https://issues.apache.org/jira/browse/GEODE-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-76.
------------------------------
> 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
> Fix For: 1.0.0-incubating.M1
>
>
> 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)