You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by zs...@apache.org on 2021/07/30 11:16:13 UTC

[ignite] branch sql-calcite updated (6bd1df9 -> 231b0b4)

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

zstan pushed a change to branch sql-calcite
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 6bd1df9  IGNITE-14816 Change TreeMap in sorted IndexSpoolNode to ArrayList - Fixes #9234.
     add 231b0b4  IGNITE-13136 Improve join predicate comparison - Fixes #9264.

No new revisions were added by this update.

Summary of changes:
 .../query/calcite/exec/LogicalRelImplementor.java  |   6 +-
 .../exec/exp/{Scalar.java => BiScalar.java}        |  13 +-
 .../query/calcite/exec/exp/ExpressionFactory.java  |  30 +---
 .../calcite/exec/exp/ExpressionFactoryImpl.java    | 198 ++++++++++++++++-----
 .../processors/query/calcite/exec/exp/Scalar.java  |  11 +-
 .../exec/exp/{Scalar.java => SingleScalar.java}    |   8 +-
 .../exec/rel/CorrelatedNestedLoopJoinNode.java     |  13 +-
 .../query/calcite/exec/rel/NestedLoopJoinNode.java |  66 ++++---
 .../processors/query/calcite/util/Commons.java     |  14 ++
 .../query/calcite/util/IgniteMethod.java           |  12 +-
 .../query/calcite/exec/rel/ExecutionTest.java      |  36 +++-
 .../exec/rel/NestedLoopJoinExecutionTest.java      |   7 +-
 12 files changed, 289 insertions(+), 125 deletions(-)
 copy modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/{Scalar.java => BiScalar.java} (74%)
 copy modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/{Scalar.java => SingleScalar.java} (89%)