calcite icon indicating copy to clipboard operation
calcite copied to clipboard

[CALCITE-4725] Between clause operands checker should check all combi…

Open paul8263 opened this issue 3 years ago • 3 comments

…nations of the three operands

What is the purpose of the change

Fix the issue that between clause operands checker should check all combinations of the three operands, as what has been discuss in CALCITE-4725 in ASF Jira.

Brief change log

  • core/src/main/java/org/apache/calcite/sql/type/SameOperandTypeChecker.java
  • core/src/main/java/org/apache/calcite/sql/type/SameOperandTypeExceptLastOperandChecker.java

paul8263 avatar Aug 11 '21 07:08 paul8263