Github user sbawaska commented on a diff in the pull request:
https://github.com/apache/incubator-geode/pull/13#discussion_r36256895
--- Diff:
gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/DoubleWrapper.java
---
@@ -37,12 +43,19 @@ public int compareTo(Object arg0) {
other = ((DoubleWrapper) arg0).score;
} else if (arg0 instanceof String) {
String arg = (String) arg0;
+ try {
--- End diff --
Please check to see if comparing to String is required.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---