asfimport opened a new issue, #79:
URL: https://github.com/apache/arrow-go/issues/79

   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.
   
   **Environment**: n/a
   **Reporter**: [Randall 
O'Reilly](https://issues.apache.org/jira/browse/ARROW-4387)
   
   <sub>**Note**: *This issue was originally created as 
[ARROW-4387](https://issues.apache.org/jira/browse/ARROW-4387). Please see the 
[migration documentation](https://github.com/apache/arrow/issues/14542) for 
further details.*</sub>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to