This is an automated email from the ASF dual-hosted git repository.
jjramos pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 5c89db6 GEODE-7758: Add unit test for SetExecutor (#4664)
add 6e35c20 GEODE-7728: Fix Assertion Failures in OQL (#4639)
No new revisions were added by this update.
Summary of changes:
.../internal/GroupJunctionIntegrationTest.java | 170 +++++++++++++++++++
.../cache/query/internal/CompiledComparison.java | 15 +-
.../geode/cache/query/internal/GroupJunction.java | 62 ++++---
.../query/internal/CompiledComparisonTest.java | 108 ++++++++++++
.../cache/query/internal/GroupJunctionTest.java | 188 +++++++++++++++++++++
5 files changed, 513 insertions(+), 30 deletions(-)
create mode 100644
geode-core/src/integrationTest/java/org/apache/geode/cache/query/internal/GroupJunctionIntegrationTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/cache/query/internal/CompiledComparisonTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/cache/query/internal/GroupJunctionTest.java