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/11/04 02:40:52 UTC

[calcite] branch master updated (cae7afb -> 572789f)

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 cae7afb  [CALCITE-3434] ElasticSearch schema with pathPrefix (Jeffery Zhang)
     add 572789f  [CALCITE-3457] RexSimplify incorrectly simplifies IS NOT NULL operator with ITEM call

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/calcite/rex/RexSimplify.java   |  68 +++-
 .../org/apache/calcite/test/RelOptRulesTest.java   |  18 +
 .../org/apache/calcite/test/RexProgramTest.java    |   8 +
 .../org/apache/calcite/test/RelOptRulesTest.xml    | 427 ++++++++++++---------
 4 files changed, 333 insertions(+), 188 deletions(-)