You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Zhenghua Gao (Jira)" <ji...@apache.org> on 2020/09/29 07:57:00 UTC

[jira] [Created] (CALCITE-4295) The minMin function of CompositeOperandTypeChecker should returns the minimum of lower bound of all SqlOperandCountRange

Zhenghua Gao created CALCITE-4295:
-------------------------------------

             Summary: The minMin function of CompositeOperandTypeChecker should returns the minimum of lower bound of all SqlOperandCountRange
                 Key: CALCITE-4295
                 URL: https://issues.apache.org/jira/browse/CALCITE-4295
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.25.0
            Reporter: Zhenghua Gao


If we define a type checker with:

```

OperandTypes.or(

    OperandTypes.variadic(SqlOperandCountRanges.from(3),

    OperandTypes.variadic(SqlOperandCountRanges.from(4))

```

will throw a java.lang.IllegalArgumentException

 

    



--
This message was sent by Atlassian Jira
(v8.3.4#803005)