calcite icon indicating copy to clipboard operation
calcite copied to clipboard

Apache Calcite

Results 356 calcite issues
Sort by recently updated
recently updated
newest added

The SqlBasicCall#set method uses a deep copy in order to modify immutable collections and returns a new operandList object when modified. If the SQL contains an operation that requires a...

discussion-in-jira
stale

Enable MySQL convert(expr, type) function that works on converting data types. Noted: SIGNED type is equivalent with BigInt in Calcite type system, and this PR use `SqlAlienSystemTypeNameSpec` to represent UNSIGNED,...

stale

cast to row type should throw exception when contains null/not null constraint

discussion-in-jira
stale

The input of Calc Under Aggregate was changed when executing permute in AggregateOnCalcToAggregateUnifyRule, then If this match can't produce result, Visitor can not skip out because the condition "queryDescendant ==...

stale

*Simplification seem to not take into account that the specified field is of array type. In other words,it can simplify "a = 1 AND a = 2" to "false",but can...

stale