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

[calcite] branch master updated (93da00b -> a02155a)

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

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


    from 93da00b  [CALCITE-3334] Refinement for Substitution-Based MV Matching (Jin Xing)
     add a02155a  [CALCITE-3390] Add ITEM expression to SqlKind and include it in the policy map for Strong (Aman Sinha)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/calcite/plan/Strong.java  |  1 +
 .../main/java/org/apache/calcite/sql/SqlKind.java  |  5 +++-
 .../apache/calcite/sql/fun/SqlItemOperator.java    |  2 +-
 .../org/apache/calcite/test/RelOptRulesTest.java   | 12 +++++++++
 .../apache/calcite/test/RexProgramBuilderBase.java |  9 +++++++
 .../org/apache/calcite/test/RexProgramTest.java    | 23 ++++++++++++++++
 .../org/apache/calcite/test/RelOptRulesTest.xml    | 31 ++++++++++++++++++++++
 .../adapter/elasticsearch/PredicateAnalyzer.java   |  1 +
 .../calcite/adapter/geode/rel/GeodeFilter.java     |  3 ++-
 .../calcite/adapter/geode/rel/GeodeRules.java      |  7 +----
 .../calcite/adapter/mongodb/MongoFilter.java       |  2 +-
 11 files changed, 86 insertions(+), 10 deletions(-)