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 2020/11/12 10:15:56 UTC

[calcite] branch master updated (5e9943a -> 0ce7685)

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 5e9943a  [CALCITE-4364] `a IN (1, 2) AND a = 1` should be simplified to `a = 1`
     add 0ce7685  [CALCITE-4390] SqlMatchRecognize returns wrong operand list (Dawid Wysakowicz)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/calcite/sql/SqlMatchRecognize.java     |  3 ++-
 .../org/apache/calcite/sql/parser/SqlParserTest.java  | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)