arrow git commit: ARROW-42: Add Python tests to Travis CI build

2016-03-08 Thread wesm
Repository: arrow Updated Branches: refs/heads/master e822ea758 -> 83675273b ARROW-42: Add Python tests to Travis CI build Author: Wes McKinney Closes #22 from wesm/ARROW-42 and squashes the following commits: 3b056a1 [Wes McKinney] Modularize Travis CI build and add Python build script. R

[4/4] arrow git commit: ARROW-17: set some vector fields to package level access for Drill compatibility

2016-03-08 Thread smp
ARROW-17: set some vector fields to package level access for Drill compatibility Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/16500262 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/16500262 Diff: http://git-wip-us

[1/4] arrow git commit: ARROW-46: ListVector should initialize bits in allocateNew

2016-03-08 Thread smp
Repository: arrow Updated Branches: refs/heads/master 45cd9fd8d -> e822ea758 ARROW-46: ListVector should initialize bits in allocateNew Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/e822ea75 Tree: http://git-wip-us.apach

[3/4] arrow git commit: ARROW-51: Add simple ValueVector tests

2016-03-08 Thread smp
ARROW-51: Add simple ValueVector tests Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/31def7d8 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/31def7d8 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/31def7d8

[2/4] arrow git commit: ARROW-18: Fix decimal precision and scale in MapWriters

2016-03-08 Thread smp
ARROW-18: Fix decimal precision and scale in MapWriters Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/243ed4e9 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/243ed4e9 Diff: http://git-wip-us.apache.org/repos/asf/arr

arrow git commit: ARROW-43: Python: format array values to in __repr__ for interactive computing

2016-03-08 Thread wesm
Repository: arrow Updated Branches: refs/heads/master ae95dbd18 -> 45cd9fd8d ARROW-43: Python: format array values to in __repr__ for interactive computing Author: Wes McKinney Closes #21 from wesm/ARROW-43 and squashes the following commits: dee6ba2 [Wes McKinney] Basic array formatter, no