Commits

Wes McKinney authored 03186b06cea
ARROW-5910: [Python] Support non-seekable streams in ipc.read_tensor, ipc.read_message, add Message.serialize_to method These functions didn't accept wrapped InputStream objects (such as compressed input stream), so this addresses that. Closes #5182 from wesm/ARROW-5910 and squashes the following commits: c647890cf <Wes McKinney> Add JIRA ID comment 1120a11b2 <Wes McKinney> Support non-seekable streams in ipc.read_tensor, ipc.read_message, add Message.serialize_to method Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>