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 2022/10/07 17:48:32 UTC

[ignite-3] branch ignite-17820 updated (491ae5e2e4 -> 6653b44e93)

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

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


    from 491ae5e2e4 Styles.
     add 6f9a2d6895 Fix tests
     add 6653b44e93 Minors.

No new revisions were added by this update.

Summary of changes:
 .../internal/sql/engine/externalize/RelJson.java   |   2 +
 .../sql/engine/metadata/IgniteMdSelectivity.java   |  13 +--
 .../internal/sql/engine/rel/AbstractIndexScan.java |   1 +
 .../engine/rel/logical/IgniteLogicalIndexScan.java |   7 +-
 .../FilterSpoolMergeToSortedIndexSpoolRule.java    |  24 +++--
 .../engine/rule/logical/FilterScanMergeRule.java   |  18 +++-
 .../ignite/internal/sql/engine/util/RexUtils.java  | 106 +++++++++------------
 7 files changed, 83 insertions(+), 88 deletions(-)