[
https://issues.apache.org/jira/browse/CALCITE-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406480#comment-17406480
]
Julian Hyde commented on CALCITE-4757:
--------------------------------------
When something is an Avatica problem but manifests in Calcite, as this case is,
it's definitely worthwhile adding tests in both projects.
In the past we have created "Update Calcite to Avatica version x.y" issues
whose PR adds new unit tests. See [Calcite PR
1259|https://github.com/apache/calcite/pull/1259] (linked to CALCITE-3116) for
example.
> Avatica support Null type
> -------------------------
>
> Key: CALCITE-4757
> URL: https://issues.apache.org/jira/browse/CALCITE-4757
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Affects Versions: 1.27.0
> Reporter: duan xiong
> Assignee: duan xiong
> Priority: Major
>
> 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)