Commits


Paddy authored and Korn, Uwe committed a6093095db5
ARROW-2502: [Rust] Restore Windows Compatibility This PR restores the windows compatibility for the current master. The memory pool abstraction is not used anywhere else within the code base and so is not included in windows builds. Next I plan to add [CI](https://issues.apache.org/jira/browse/ARROW-2436?filter=12343557&jql=project%20%3D%20ARROW%20AND%20component%20%3D%20Rust%20AND%20status%20%3D%20Open) for windows. Followed by [ARROW-2474](https://issues.apache.org/jira/browse/ARROW-2474?filter=12343557&jql=project%20%3D%20ARROW%20AND%20component%20%3D%20Rust%20AND%20status%20%3D%20Open), which I will add windows compatibility to the memory pool abstraction, allowing it to be used throughout the code base. Author: Paddy <paddyhoran@hotmail.com> Closes #1938 from paddyhoran/ARROW-2502 and squashes the following commits: 3e00f137 <Paddy> Fixes ARROW-2502