You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2021/09/24 04:55:00 UTC

[jira] [Resolved] (CALCITE-4757) In Avatica, support columns of type "NULL" in query results

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

Julian Hyde resolved CALCITE-4757.
----------------------------------
    Resolution: Fixed

Fixed in [ab45dc09|https://github.com/apache/calcite-avatica/commit/ab45dc0946cdeb2f485252eb2aa1bec4eb644956]; thanks for the PR, [~nobigo]!

> In Avatica, support columns of type "NULL" in query results
> -----------------------------------------------------------
>
>                 Key: CALCITE-4757
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4757
>             Project: Calcite
>          Issue Type: Bug
>          Components: avatica
>    Affects Versions: avatica-1.18.0
>            Reporter: duan xiong
>            Assignee: duan xiong
>            Priority: Major
>             Fix For: avatica-1.19.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When I run:
> {code:java}
> select * from (values(null,true))
> {code}
> Caused by: java.lang.RuntimeException: unknown type 0.
> Looks like AvaticaSite can't handle Types.NULL.
>  



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