You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2019/12/04 09:32:17 UTC

[calcite] branch master updated (abe7729 -> 0e16fe3)

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

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


    from abe7729  [CALCITE-3355] Deduce whether CASE and COALESCE may produce NULL values
     add 0e16fe3  [CALCITE-3536] NPE when executing plan with Coalesce due to wrong NullAs strategy (Jin Xing)

No new revisions were added by this update.

Summary of changes:
 .../calcite/adapter/enumerable/RexImpTable.java    |  4 +-
 .../test/enumerable/EnumerableCalcTest.java        | 60 ++++++++++++++++++++++
 2 files changed, 62 insertions(+), 2 deletions(-)
 create mode 100644 core/src/test/java/org/apache/calcite/test/enumerable/EnumerableCalcTest.java