Vaishal Shah created ARROW-1097:
-----------------------------------
Summary: Reading tensor needs file to be opened in writeable mode
Key: ARROW-1097
URL: https://issues.apache.org/jira/browse/ARROW-1097
Project: Apache Arrow
Issue Type: Bug
Components: Python
Reporter: Vaishal Shah
Tensors written in OSFile, while reading needs to file to be opened in
writeable mode. read_tensor() is not working with any mode of file using
OSFile. It works only with mem_mapped files(that too in 'r+w' mode)
"IOError: only valid on writeable files"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)