You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by la...@apache.org on 2019/05/22 18:54:15 UTC

[calcite] branch master updated (170d522 -> 82e7d4e)

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

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


    from 170d522  [CALCITE-3050] Integrate SqlDialect and SqlParser.Config
     add 82e7d4e  [CALCITE-2807] Fix `IS NOT DISTINCT FROM` expression identification in RelOptUtil#pushDownJoinConditions()

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/calcite/plan/RelOptUtil.java   |  18 +-
 .../java/org/apache/calcite/tools/RelBuilder.java  |   6 +
 .../org/apache/calcite/plan/RelOptUtilTest.java    | 255 +++++++++++++++++++--
 .../org/apache/calcite/test/RelOptRulesTest.java   |   2 +-
 .../org/apache/calcite/test/RelOptRulesTest.xml    |  26 ++-
 5 files changed, 268 insertions(+), 39 deletions(-)