You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by al...@apache.org on 2021/03/23 18:35:17 UTC

[geode] branch develop updated (0abd766 -> 863243a)

This is an automated email from the ASF dual-hosted git repository.

alberto pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 0abd766  GEODE-9043: A register interest attempt from a newer client to an older server throws a NoSubscriptionServersAvailableException instead of a ServerRefusedConnectionException
     add 863243a  GEODE-9018: Fix ExtendedNumericComparator for NULL and UNDEFINED comp… (#6110)

No new revisions were added by this update.

Summary of changes:
 .../internal/index/CompactRangeIndexJUnitTest.java | 46 ++++++++++++
 .../internal/types/ExtendedNumericComparator.java  |  7 +-
 .../types/ExtendedNumericComparatorTest.java       | 84 ++++++++++++++++++++++
 3 files changed, 134 insertions(+), 3 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/query/internal/types/ExtendedNumericComparatorTest.java