You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2021/10/01 08:05:56 UTC

[ignite] branch master updated (7a1182e -> 65a0a78)

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

ivandasch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 7a1182e  IGNITE-15578 Broken documentation links on the website (#9448)
     add 65a0a78  IGNITE-14809 Implement IndexQuery remote filter - Fixes #9436.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/cache/query/IndexQuery.java  |  27 +++
 .../cache/query/index/IndexQueryProcessor.java     |  35 +--
 .../cache/query/GridCacheQueryAdapter.java         |  11 +-
 .../cache/query/GridCacheQueryManager.java         |   5 +-
 .../processors/query/GridQueryProcessor.java       |  16 +-
 .../ignite/cache/query/IndexQueryFilterTest.java   | 256 +++++++++++++++++++++
 .../cache/query/IndexQueryKeepBinaryTest.java      |  45 +++-
 .../ignite/cache/query/IndexQueryTestSuite.java    |   1 +
 8 files changed, 361 insertions(+), 35 deletions(-)
 create mode 100644 modules/indexing/src/test/java/org/apache/ignite/cache/query/IndexQueryFilterTest.java