arrow git commit: ARROW-700: Add headroom interface for allocator

2017-03-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 292618327 -> f67974b19 ARROW-700: Add headroom interface for allocator Author: Julien Le Dem Closes #424 from julienledem/headroom and squashes the following commits: 2aab160 [Julien Le Dem] ARROW-700: Add headroom

arrow git commit: ARROW-691: [Java] Encode dictionary type in message format

2017-03-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master bf2acf6cb -> 990e2bde7 ARROW-691: [Java] Encode dictionary type in message format Author: Emilio Lahr-Vivaz Closes #422 from elahrvivaz/ARROW-691 and squashes the following commits: c1adad1 [Emilio Lahr-Vivaz]

arrow git commit: ARROW-679: [Format] Change FieldNode, RecordBatch lengths to long, remove LargeRecordBatch. Refactoring

2017-03-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 71424c20d -> ced9d766d ARROW-679: [Format] Change FieldNode, RecordBatch lengths to long, remove LargeRecordBatch. Refactoring This enables me to delete a bunch of code without losing functionality. C++ users must explicitly opt-in to

arrow git commit: ARROW-683: [C++/Python] Refactor to make Date32 and Date64 types for new metadata. Test IPC roundtrip

2017-03-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 36103143b -> 71424c20d ARROW-683: [C++/Python] Refactor to make Date32 and Date64 types for new metadata. Test IPC roundtrip Maintains existing Python behavior (datetime.date getting converted to milliseconds) Author: Wes McKinney

arrow git commit: ARROW-688: [C++] Use CMAKE_INSTALL_INCLUDEDIR for consistency

2017-03-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 5fda24776 -> 1b957dcf1 ARROW-688: [C++] Use CMAKE_INSTALL_INCLUDEDIR for consistency Using CMAKE_INSTALL_INCLUDEDIR isn't required. It's just for consistency. We already used CMAKE_INSTALL_INCLUDEDIR at cpp/src/arrow/CMakeLists.txt. Or we

arrow git commit: ARROW-680: [C++] Support CMake 2 or older again

2017-03-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master b179ad2d8 -> 5fda24776 ARROW-680: [C++] Support CMake 2 or older again GNUInstallDirs in CMake 2 always uses multiarch cared library directory. See also: https://github.com/Kitware/CMake/commit/620939e4e6f5a61cd5c0fac2704de4bfda0eb7ef

arrow git commit: ARROW-654: [C++] Serialize timezone in IPC metadata

2017-03-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master d25286718 -> 96734efb7 ARROW-654: [C++] Serialize timezone in IPC metadata Author: Wes McKinney Closes #416 from wesm/ARROW-654 and squashes the following commits: 001708e [Wes McKinney] Fix API change in