[arrow] Git Push Summary

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/object-store [created] 4915ecf1e

arrow git commit: ARROW-632: [Python] Add support for FixedWidthBinary type

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master edd6cfcd9 -> 4915ecf1e ARROW-632: [Python] Add support for FixedWidthBinary type Author: Phillip Cloud Closes #461 from cpcloud/ARROW-632 and squashes the following commits: 134644a [Phillip Cloud] ARROW-632: [Python] Add support for Fix

arrow git commit: ARROW-727: [Python] Ensure that NativeFile.write accepts any bytes, unicode, or object providing buffer protocol. Rename build_arrow_buffer to pyarrow.frombuffer

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master ba4f478e7 -> edd6cfcd9 ARROW-727: [Python] Ensure that NativeFile.write accepts any bytes, unicode, or object providing buffer protocol. Rename build_arrow_buffer to pyarrow.frombuffer Author: Wes McKinney Closes #464 from wesm/ARROW-72

arrow git commit: ARROW-715: [Python] Make pandas not a hard requirement, flake8 fixes

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master ae2da980b -> ba4f478e7 ARROW-715: [Python] Make pandas not a hard requirement, flake8 fixes Author: Wes McKinney Closes #462 from wesm/ARROW-715 and squashes the following commits: 21fe8eb [Wes McKinney] Make pandas not a hard requiremen

[1/2] arrow git commit: ARROW-743: [C++] Consolidate all but decimal array tests into array-test, collect some tests in type-test.cc

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 4938d8d7c -> ae2da980b http://git-wip-us.apache.org/repos/asf/arrow/blob/ae2da980/cpp/src/arrow/array-test.cc -- diff --git a/cpp/src/arrow/array-test.cc b/cpp/src/arrow/arr

[2/2] arrow git commit: ARROW-743: [C++] Consolidate all but decimal array tests into array-test, collect some tests in type-test.cc

2017-03-30 Thread wesm
ARROW-743: [C++] Consolidate all but decimal array tests into array-test, collect some tests in type-test.cc Author: Wes McKinney Closes #463 from wesm/ARROW-743 and squashes the following commits: 49df9f7 [Wes McKinney] Consolidate all but decimal array tests into array-test, move some type

arrow git commit: ARROW-726: [C++] Fix segfault caused when passing non-buffer object to arrow::py::PyBuffer

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 957a0e678 -> 4938d8d7c ARROW-726: [C++] Fix segfault caused when passing non-buffer object to arrow::py::PyBuffer This leads to calling `Py_DECREF` on a null pointer Author: Wes McKinney Closes #459 from wesm/ARROW-726 and squashes the

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, &metadata_length, &body_length)); std::shared_ptr result; ReadTensor(offset, file, &result)); `

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 ( ht

[1/2] arrow git commit: ARROW-728: [C++/Python] Add Table::RemoveColumn method, remove name member, some other code cleaning

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 642b753a4 -> 47fad3f42 http://git-wip-us.apache.org/repos/asf/arrow/blob/47fad3f4/python/pyarrow/tests/test_table.py -- diff --git a/python/pyarrow/tests/test_table.py b/py

[2/2] arrow git commit: ARROW-728: [C++/Python] Add Table::RemoveColumn method, remove name member, some other code cleaning

2017-03-30 Thread wesm
ARROW-728: [C++/Python] Add Table::RemoveColumn method, remove name member, some other code cleaning * Consolidated column.h and table.h * Consolidated schema.h and type.h * Removed some `Equals(const std::shared_ptr&)` methods, better to use `const T&` methods Author: Wes McKinney Closes #45

arrow git commit: ARROW-698: Add flag to FileWriter::WriteRecordBatch for writing record batches with lengths over INT32_MAX

2017-03-30 Thread wesm
Repository: arrow Updated Branches: refs/heads/master f7b287a28 -> 642b753a4 ARROW-698: Add flag to FileWriter::WriteRecordBatch for writing record batches with lengths over INT32_MAX cc @pcmoritz Author: Wes McKinney Closes #455 from wesm/ARROW-698 and squashes the following commits: 42c