You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Vladimir Sitnikov (Jira)" <ji...@apache.org> on 2020/10/06 22:10:00 UTC

[jira] [Updated] (CALCITE-4304) Make org.apache.calcite.jdbc.JavaTypeFactoryImpl#getJavaClass non-nullable

     [ https://issues.apache.org/jira/browse/CALCITE-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Sitnikov updated CALCITE-4304:
---------------------------------------
    Description: 
The current implementation returns {{null}} as the last resort, however, it is not clear what that means.

For instance CURSOR type results in getJavaClass -> null

  was:
The current implementation returns {{null}} as the last resort, however, it is not clear what that means.

For instance CURSOR type results in null


> Make org.apache.calcite.jdbc.JavaTypeFactoryImpl#getJavaClass non-nullable
> --------------------------------------------------------------------------
>
>                 Key: CALCITE-4304
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4304
>             Project: Calcite
>          Issue Type: Sub-task
>          Components: core
>    Affects Versions: 1.25.0
>            Reporter: Vladimir Sitnikov
>            Assignee: Vladimir Sitnikov
>            Priority: Major
>
> The current implementation returns {{null}} as the last resort, however, it is not clear what that means.
> For instance CURSOR type results in getJavaClass -> null



--
This message was sent by Atlassian Jira
(v8.3.4#803005)