You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by hy...@apache.org on 2019/12/04 22:29:27 UTC

[calcite] branch master updated (ecc68ac -> a0931b7)

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

hyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from ecc68ac  [CALCITE-3548] unlock ./gradlew :ubenchmark:jmh to run benchmarks
     add a0931b7  [CALCITE-3285] EnumerableMergeJoin should support non-equi join condions (Jin Xing)

No new revisions were added by this update.

Summary of changes:
 .../adapter/enumerable/EnumerableConvention.java   | 11 +++-
 .../adapter/enumerable/EnumerableMergeJoin.java    |  8 +++
 .../enumerable/EnumerableMergeJoinRule.java        | 14 +----
 .../org/apache/calcite/util/BuiltInMethod.java     |  2 +-
 .../apache/calcite/runtime/EnumerablesTest.java    | 30 ++++++++++-
 .../test/enumerable/EnumerableJoinTest.java        | 60 ++++++++++++++++++++++
 core/src/test/resources/sql/join.iq                |  2 +-
 core/src/test/resources/sql/sub-query.iq           |  2 +-
 .../apache/calcite/linq4j/EnumerableDefaults.java  | 15 ++++--
 9 files changed, 122 insertions(+), 22 deletions(-)