You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mk...@apache.org on 2021/05/24 20:40:51 UTC

[geode] branch develop updated (6702402 -> 9dfff0c)

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

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


    from 6702402  GEODE-9288: DeployedJarTest fails because JavaCompiler fails to delete temp dir (#6501)
     add 9dfff0c  GEODE-9281: fix printing results for the query when multiple indexes … (#6485)

No new revisions were added by this update.

Summary of changes:
 .../geode/cache/query/internal/QueryUtils.java     |  8 +++
 .../query/internal/index/MemoryIndexStore.java     |  2 +-
 .../query/dunit/QueryWithIndexesDUnitTest.java     | 83 ++++++++++++++++++++++
 3 files changed, 92 insertions(+), 1 deletion(-)
 create mode 100644 geode-cq/src/distributedTest/java/org/apache/geode/cache/query/dunit/QueryWithIndexesDUnitTest.java