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

[jira] [Created] (ARROW-9095) [Rust] Fix NullArray to comply with spec

Neville Dipale created ARROW-9095:
-------------------------------------

             Summary: [Rust] Fix NullArray to comply with spec
                 Key: ARROW-9095
                 URL: https://issues.apache.org/jira/browse/ARROW-9095
             Project: Apache Arrow
          Issue Type: Sub-task
          Components: Rust
    Affects Versions: 0.17.0
            Reporter: Neville Dipale


When I implemented the NullArray, I didn't comply with the spec under the premise that I'd handle reading and writing IPC in a spec-compliant way as that looked like the easier approach.

After some integration testing, I realised that I wasn't doing it correctly, so it's better to comply with the spec by not allocating any buffers for the array.



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