arrow git commit: ARROW-699: [C++] Resolve Arrow and Arrow IPC build issues on Windows;

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 47fad3f42 -> 15b874e47 ARROW-699: [C++] Resolve Arrow and Arrow IPC build issues on Windows; Resolve Arrow and Arrow IPC build issues on Windows; Running unit tests in Appveyor. Changes description: - Current file.cc implementation (

arrow git commit: ARROW-717: [C++] Implement IPC zero-copy round trip for tensors

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 15b874e47 -> 957a0e678 ARROW-717: [C++] Implement IPC zero-copy round trip for tensors This patch provides: ```python WriteTensor(tensor, file, _length, _length)); std::shared_ptr result; ReadTensor(offset, file, )); ``` Also implemented