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

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


    from 9924699  [CALCITE-2848] Simplifying a case statement's first branch 
should ignore its safety
     new 880393e  [CALCITE-2842] Computing RexCall digest containing IN 
expressions leads to Exceptions
     new b854697  [CALCITE-2852] RexNode simplification does not traverse 
unknown functions
     new e448920  [CALCITE-2840] RexNode simplification logic should use more 
specific UnknownAs modes

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/calcite/rex/RexCall.java  |  9 +++-
 .../java/org/apache/calcite/rex/RexSimplify.java   | 34 ++++++++++----
 .../java/org/apache/calcite/rex/RexUnknownAs.java  | 11 +++++
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java |  5 +-
 .../org/apache/calcite/test/RexProgramTest.java    | 53 +++++++++++++++++-----
 .../org/apache/calcite/test/RelOptRulesTest.xml    |  6 +--
 .../apache/calcite/test/SqlToRelConverterTest.xml  | 17 ++++---
 7 files changed, 100 insertions(+), 35 deletions(-)

Reply via email to