[
https://issues.apache.org/jira/browse/CALCITE-6079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781241#comment-17781241
]
Julian Hyde commented on CALCITE-6079:
--------------------------------------
I've started work in
[julianhyde/6079-nullable-functions|https://github.com/julianhyde/calcite/tree/6079-nullable-functions].
> SqlOperatorTest should check that expressions that return NULL have a
> nullable type
> -----------------------------------------------------------------------------------
>
> Key: CALCITE-6079
> URL: https://issues.apache.org/jira/browse/CALCITE-6079
> Project: Calcite
> Issue Type: Improvement
> Reporter: Julian Hyde
> Priority: Major
>
> {{SqlOperatorTest}} should check that expressions that return NULL have a
> nullable type. This can be done by extending
> {{SqlOperatorTestFixture.checkNull}} to look at the type.
> We will probably catch a few operators whose type-inference strategy is
> slightly off. Looks like {{{}REGEXP_EXTRACT_ALL{}}}, {{{}CHR{}}},
> {{TO_CODE_POINTS}} have some problems.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)