You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neville Dipale (Jira)" <ji...@apache.org> on 2020/09/23 11:04:00 UTC

[jira] [Resolved] (ARROW-10016) [Rust] [DataFusion] Implement IsNull and IsNotNull

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

Neville Dipale resolved ARROW-10016.
------------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

Issue resolved by pull request 8204
[https://github.com/apache/arrow/pull/8204]

> [Rust] [DataFusion] Implement IsNull and IsNotNull
> --------------------------------------------------
>
>                 Key: ARROW-10016
>                 URL: https://issues.apache.org/jira/browse/ARROW-10016
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust, Rust - DataFusion
>            Reporter: Jorge
>            Assignee: Jörn Horstmann
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Currently, DataFusion has the logical operator `isNull` and `IsNotNull`, but that operator has no physical implementation. Consequently, this operator cannot be used.
> The goal of this improvement is to add support to this operator on the physical plan.
> Note that these operators only care about the null bitmap, and thus should be implementable to all types supported by Arrow.
> Both operators should probably return a non-null `BooleanArray`.



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