You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by ru...@apache.org on 2022/02/15 16:40:06 UTC

[calcite] branch master updated (4a6e222 -> 04029ff)

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

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


    from 4a6e222  [CALCITE-4988] ((A IS NOT NULL OR B) AND A IS NOT NULL) can't be simplify to (A IS NOT NULL) When A is deterministic
     add 04029ff  [CALCITE-4995] AssertionError caused by RelFieldTrimmer on SEMI/ANTI join

No new revisions were added by this update.

Summary of changes:
 .../apache/calcite/sql2rel/RelFieldTrimmer.java    |  2 +-
 .../calcite/sql2rel/RelFieldTrimmerTest.java       | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)