Mihai Budiu created CALCITE-6707: ------------------------------------ Summary: Type inference for CHR function is wrong Key: CALCITE-6707 URL: https://issues.apache.org/jira/browse/CALCITE-6707 Project: Calcite Issue Type: Bug Components: core Affects Versions: 1.38.0 Reporter: Mihai Budiu
The return type of CHR is always CHAR(1), and never nullable. However, if the argument of CHR is nullable, the result should be nullable as well. -- This message was sent by Atlassian Jira (v8.20.10#820010)