You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tl...@apache.org on 2022/02/15 13:45:47 UTC

[ignite-3] branch main updated (6dfbbfe -> 18d663d)

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

tledkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from 6dfbbfe  IGNITE-16527 Reduced byte arrays allocation in usages of SearchRow interface. (#654)
     add 18d663d  IGNITE-14916 RuntimeHashIndex scan must filter result by predicate (#661)

No new revisions were added by this update.

Summary of changes:
 .../internal/sql/engine/ItHashSpoolTest.java       | 67 ++++++++++++++++++++++
 .../sql/engine/exec/LogicalRelImplementor.java     |  3 +
 .../internal/sql/engine/exec/RuntimeHashIndex.java | 18 ++++--
 .../sql/engine/exec/rel/IndexSpoolNode.java        |  4 +-
 .../sql/engine/rel/IgniteHashIndexSpool.java       |  6 +-
 .../rule/FilterSpoolMergeToHashIndexSpoolRule.java | 20 +------
 .../exec/rel/HashIndexSpoolExecutionTest.java      |  6 ++
 7 files changed, 98 insertions(+), 26 deletions(-)
 create mode 100644 modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItHashSpoolTest.java