xiong duan created CALCITE-6719: ----------------------------------- Summary: CODE_POINTS_TO_STRING、CODE_POINTS_TO_BYTES and TO_CODE_POINTS's return type should be nullable when return the NULL value Key: CALCITE-6719 URL: https://issues.apache.org/jira/browse/CALCITE-6719 Project: Calcite Issue Type: Bug Reporter: xiong duan Fix For: 1.39.0
For example: {code:java} code_points_to_bytes(array[null]); reuturn null but the return data type is non-nullable code_points_to_string(array[null]); reuturn null but the return data type is non-nullable to_code_points(''); reuturn null reuturn null but the return data type is non-nullable{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)