----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43101/ -----------------------------------------------------------
Review request for geode, anilkumar gingade, Barry Oglesby, Dan Smith, and xiaojian zhou. Repository: geode Description ------- TypeUtils will now convert an enum to a pdxinstanceenum if the one of the objects being compared is a pdx enum. This allows correct comparisons between enums that have been pdx serialized and the enums passed in from a query that are not pdx serialized. Diffs ----- gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/types/TypeUtils.java fbcf608 gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledInJUnitTest.java 755edcf Diff: https://reviews.apache.org/r/43101/diff/ Testing ------- Thanks, Jason Huynh
