arrow git commit: ARROW-852: Also search for ARROW libs when pkg-config provided the path

2017-04-18 Thread wesm
Repository: arrow Updated Branches: refs/heads/master a94c03a02 -> 59cd801a7 ARROW-852: Also search for ARROW libs when pkg-config provided the path Change-Id: Ic7fb227342782dfed5885f8fc5e73418fd31d504 Author: Uwe L. Korn Closes #563 from xhochy/ARROW-852 and squashes the following commits:

arrow git commit: ARROW-809: [C++] Do not write excess bytes in IPC writer after slicing arrays

2017-04-18 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 4baaa88c3 -> a94c03a02 ARROW-809: [C++] Do not write excess bytes in IPC writer after slicing arrays cc @itaiin Author: Wes McKinney Closes #555 from wesm/ARROW-809 and squashes the following commits: 318c748 [Wes McKinney] Fix compiler

arrow git commit: ARROW-847: Specify BUILD_BYPRODUCTS for gtest

2017-04-18 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 38efabea9 -> 4baaa88c3 ARROW-847: Specify BUILD_BYPRODUCTS for gtest Author: Uwe L. Korn Closes #561 from xhochy/ARROW-847 and squashes the following commits: e8d5439 [Uwe L. Korn] ARROW-847: Specify BUILD_BYPRODUCTS for gtest Project:

arrow git commit: ARROW-844: [Format] Update README documents in format/

2017-04-18 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 7f20f6e73 -> 38efabea9 ARROW-844: [Format] Update README documents in format/ Added a section reflecting specification maturity and stability. Author: Wes McKinney Closes #556 from wesm/ARROW-844 and squashes the following commits: 03db

arrow git commit: ARROW-818: [Python] Expand Sphinx API docs, pyarrow.* namespace. Add factory functions for time32, time64

2017-04-18 Thread uwe
Repository: arrow Updated Branches: refs/heads/master bb287e203 -> 7f20f6e73 ARROW-818: [Python] Expand Sphinx API docs, pyarrow.* namespace. Add factory functions for time32, time64 Author: Wes McKinney Closes #557 from wesm/ARROW-818 and squashes the following commits: 96ce436 [Wes McKin

arrow git commit: ARROW-845: [Python] Sync changes from PARQUET-955; explicit ARROW_HOME will override pkgconfig

2017-04-18 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 0bcb7852f -> bb287e203 ARROW-845: [Python] Sync changes from PARQUET-955; explicit ARROW_HOME will override pkgconfig This will avoid build failures due to a stale system-level Arrow install Author: Wes McKinney Closes #558 from wesm/AR

arrow git commit: ARROW-839: [Python] Use mktime variant that is reliable on MSVC

2017-04-18 Thread uwe
Repository: arrow Updated Branches: refs/heads/master bb8514cc9 -> 0bcb7852f ARROW-839: [Python] Use mktime variant that is reliable on MSVC This also reverts an unintentional regression from https://github.com/apache/arrow/pull/544 when code from config.h was moved to platform.h Author: We