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:16:17 UTC

[ignite] branch ignite-12915 updated (602ed32 -> 7a48fb8)

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

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


    from 602ed32  Styles.
     add da7f92c  IGNITE-12912 Calcite integration: Add filters merge rule to the planner (#7806)
     add 7a48fb8  Merge branch 'ignite-12248' into ignite-12915

No new revisions were added by this update.

Summary of changes:
 .../query/calcite/prepare/PlannerPhase.java        |   4 +
 .../LogicalFilterMergeRule.java}                   |  35 +++----
 .../LogicalFilterProjectTransposeRule.java}        |  29 +++---
 .../processors/query/calcite/PlannerTest.java      | 104 +++++++++++++++++++++
 4 files changed, 133 insertions(+), 39 deletions(-)
 copy modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rule/{FilterConverterRule.java => logical/LogicalFilterMergeRule.java} (55%)
 copy modules/{core/src/main/java/org/apache/ignite/internal/processors/cache/mvcc/MvccCoordinatorChangeAware.java => calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rule/logical/LogicalFilterProjectTransposeRule.java} (55%)