You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by ru...@apache.org on 2019/12/12 10:51:20 UTC

[calcite] branch master updated (d951844 -> a4d04a3)

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

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


    from d951844  [CALCITE-3520] Type cast from primitive to box is not correct (DonnyZone)
     add a4d04a3  [CALCITE-3535] EnumerableJoinRule: remove unnecessary Filter on top of INNER Join

No new revisions were added by this update.

Summary of changes:
 .../adapter/enumerable/EnumerableJoinRule.java     | 68 ++++++++----------
 .../org/apache/calcite/test/JdbcAdapterTest.java   | 11 ++-
 .../test/JdbcFrontJdbcBackLinqMiddleTest.java      |  2 +-
 .../java/org/apache/calcite/test/JdbcTest.java     | 18 ++---
 .../apache/calcite/test/MaterializationTest.java   | 34 +++++----
 .../test/enumerable/EnumerableHashJoinTest.java    | 10 +--
 .../java/org/apache/calcite/tools/PlannerTest.java | 15 ++--
 core/src/test/resources/sql/join.iq                | 54 +++++++-------
 core/src/test/resources/sql/misc.iq                | 30 ++++----
 core/src/test/resources/sql/some.iq                |  6 +-
 core/src/test/resources/sql/sub-query.iq           | 82 +++++++++++-----------
 .../java/org/apache/calcite/linq4j/Linq4j.java     |  5 +-
 .../org/apache/calcite/adapter/tpch/TpchTest.java  |  3 +
 13 files changed, 164 insertions(+), 174 deletions(-)