[
https://issues.apache.org/jira/browse/ARROW-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761503#comment-16761503
]
Pindikura Ravindra commented on ARROW-1636:
-------------------------------------------
Gandiva doesn't support null types. It's a bit convoluted but the list of
supported types in gandiva are :
[https://github.com/apache/arrow/blob/master/cpp/src/gandiva/llvm_types.cc#L24]
curious, what's the use case for a null type ?
> Integration tests for null type
> -------------------------------
>
> Key: ARROW-1636
> URL: https://issues.apache.org/jira/browse/ARROW-1636
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++, Java
> Reporter: Wes McKinney
> Assignee: Pindikura Ravindra
> Priority: Major
> Labels: columnar-format-1.0
> Fix For: 0.14.0
>
>
> This was not implemented on the C++ side, and came up in ARROW-1584.
> Realistically arrays may be of null type, and we should be able to message
> these correctly
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)