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/06/09 16:42:21 UTC

[ignite] branch ignite-13021 updated (de97f6f -> 3e1fead)

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

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


    from de97f6f  Fix test.
     add 3e1fead  WIP.

No new revisions were added by this update.

Summary of changes:
 .../CalciteBasicSecondaryIndexIntegrationTest.java | 314 +++----------
 .../processors/query/calcite/QueryChecker.java     | 273 +++++++++++
 .../query/calcite/rules/OrToUnionRuleTest.java     | 503 ++++++---------------
 .../query/calcite/rules/PlanMatcher.java           |  88 ----
 4 files changed, 474 insertions(+), 704 deletions(-)
 create mode 100644 modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/QueryChecker.java
 delete mode 100644 modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/rules/PlanMatcher.java