You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2020/05/15 17:18:38 UTC

[ignite] branch ignite-12248 updated (da7f92c -> 2793a84)

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

amashenkov pushed a change to branch ignite-12248
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from da7f92c  IGNITE-12912 Calcite integration: Add filters merge rule to the planner (#7806)
     add 2793a84  IGNITE-12915: Calcite integration: Add push filter to join rule to the planner. (#7803)

No new revisions were added by this update.

Summary of changes:
 .../query/calcite/prepare/PlannerPhase.java        |   4 +
 .../query/calcite/rule/logical/FilterJoinRule.java |  80 ++++++++++++
 .../processors/query/calcite/PlannerTest.java      | 139 ++++++++++++++++++---
 3 files changed, 206 insertions(+), 17 deletions(-)
 create mode 100644 modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rule/logical/FilterJoinRule.java