Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-4387

[Go] tensor doesn't support access to Null bitmap data?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.12.0
    • None
    • Go
    • None
    • n/a

    Description

      It seems that the tensor interface does not provide access to the Null bitmap data in the underlying array. The root cause appears to be that Data does not have the null bitmap data and associated IsNull / IsValid methods, and tensor only retains the Data and not the Array – only the array has the actual null bitmap and associated methods. So either keeping the array.Interface around or moving the null bitmap into Data would seem to be the necessary steps.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rcoreilly Randall O'Reilly
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: