You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Charlie Hubbard (Jira)" <ji...@apache.org> on 2022/02/03 17:33:00 UTC

[jira] [Created] (ARROW-15553) Possible bug with array.TableReader

Charlie Hubbard created ARROW-15553:
---------------------------------------

             Summary: Possible bug with array.TableReader
                 Key: ARROW-15553
                 URL: https://issues.apache.org/jira/browse/ARROW-15553
             Project: Apache Arrow
          Issue Type: Bug
          Components: Go
    Affects Versions: 6.0.1
         Environment: ubuntu20.04, go1.16.13
            Reporter: Charlie Hubbard
         Attachments: chunksize.go

I'm writing an array of int32 to a byte buffer using an array.TableReader and  ipc.Writer. The array is  [1, 2, 3 (null), 4].

I then read it back from the byte buffer using an ipc.Reader.

If the chunk size of the array.TableReader is smaller than the size of the array, the null is ignored.

I read back `[1, 2,3, 4]`.

Is this a bug in my code or apache arrow?

Code attached.

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)