[jira] [Created] (CALCITE-5210) "type mismatch" litmus test failure during during SqlToRelConverter for group-by on `case` having `in` expression predicates exceeding SqlRelConverter.Config InSubQuery

2022-07-11 Thread Ian Bertolacci (Jira)
Ian Bertolacci created CALCITE-5210: --- Summary: "type mismatch" litmus test failure during during SqlToRelConverter for group-by on `case` having `in` expression predicates exceeding SqlRelConverter.Config InSubQueryThreshold with nullable left

[jira] [Created] (CALCITE-5209) ArrayIndexOutOfBoundsException during SqlToRelConverter for group-by with `in` expression predicates exceeding SqlRelConverter.Config InSubQueryThreshold

2022-07-11 Thread Ian Bertolacci (Jira)
Ian Bertolacci created CALCITE-5209: --- Summary: ArrayIndexOutOfBoundsException during SqlToRelConverter for group-by with `in` expression predicates exceeding SqlRelConverter.Config InSubQueryThreshold Key: CALCITE-5209

[jira] [Created] (CALCITE-5208) Reduce size of generated parser by optimizing lookahead

2022-07-11 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-5208: Summary: Reduce size of generated parser by optimizing lookahead Key: CALCITE-5208 URL: https://issues.apache.org/jira/browse/CALCITE-5208 Project: Calcite I

Re: Default operator override in Apache Calcite

2022-07-11 Thread Julian Hyde
Remember the rule of Chesterton’s fence: before you change something you must know why it exists the way it is. Since you don’t cover it in your email, let’s review the purpose of SqlStdOperatorTable. As the ’Std’ indicates, it is intended to contain the operators that are defined by the SQL st

[jira] [Created] (CALCITE-5207) SubstitutionVisitor should not canonicalize DatetimePlus

2022-07-11 Thread Steven Talbot (Jira)
Steven Talbot created CALCITE-5207: -- Summary: SubstitutionVisitor should not canonicalize DatetimePlus Key: CALCITE-5207 URL: https://issues.apache.org/jira/browse/CALCITE-5207 Project: Calcite