[2/2] arrow git commit: ARROW-1025: [Website] Improved changelog for website, include git shortlog

2017-05-15 Thread wesm
who contributed to each release Author: Wes McKinney Closes #691 from wesm/ARROW-1025 and squashes the following commits: 416c876 [Wes McKinney] Consolidated changelog for the website with new features/improvements shown first. Include git shortlog Project: http://git-wip-us.apache.org/repos

[1/2] arrow git commit: ARROW-1025: [Website] Improved changelog for website, include git shortlog

2017-05-15 Thread wesm
ib] Use "id" to get type enum value from GArrowDataType * [ARROW-920](https://issues.apache.org/jira/browse/ARROW-920) - [GLib] Add Lua examples * [ARROW-925](https://issues.apache.org/jira/browse/ARROW-925) - [GLib] Fix GArrowBufferReader test +* [ARROW-926](https://issues.apache.org/j

arrow git commit: ARROW-998: [Format] Clarify that the IPC file footer contains an additional copy of the schema

2017-05-15 Thread wesm
Repository: arrow Updated Branches: refs/heads/master abbd815e9 -> 222cbfeea ARROW-998: [Format] Clarify that the IPC file footer contains an additional copy of the schema cc @TheNeuralBit Author: Wes McKinney Closes #694 from wesm/ARROW-998 and squashes the following commits: eec4

arrow git commit: ARROW-182: [C++] Factor out Array::Validate into a separate function

2017-05-15 Thread wesm
McKinney Closes #692 from wesm/ARROW-182 and squashes the following commits: 9753a59 [Wes McKinney] Factor out Array::Validate into a separate function Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/86a90556 Tree: http:/

arrow git commit: ARROW-961: [Python] Rename InMemoryOutputStream to BufferOutputStream

2017-05-15 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 86a905562 -> 47e289a9a ARROW-961: [Python] Rename InMemoryOutputStream to BufferOutputStream Better API naming consistency with C++ Author: Wes McKinney Closes #690 from wesm/ARROW-961 and squashes the following commits: 85b352c [

arrow git commit: ARROW-1002: [C++] Fix inconsistency with padding at start of IPC file format

2017-05-15 Thread wesm
an 8-byte boundary), so this fixes that. Author: Wes McKinney Closes #693 from wesm/ARROW-1002 and squashes the following commits: 35c023f [Wes McKinney] Fix C++ inconsistency with padding at start of IPC file format Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://

arrow git commit: ARROW-1037: [GLib] Follow reader name change

2017-05-16 Thread wesm
Repository: arrow Updated Branches: refs/heads/master ce0bb5338 -> 8a8e7bb0d ARROW-1037: [GLib] Follow reader name change Author: Kouhei Sutou Closes #695 from kou/glib-follow-reader-name-change and squashes the following commits: 2b4e0bc [Kouhei Sutou] [GLib] Follow reader name change P

arrow git commit: ARROW-1038: [GLib] Follow writer name change

2017-05-16 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 8a8e7bb0d -> 49c539810 ARROW-1038: [GLib] Follow writer name change Author: Kouhei Sutou Closes #696 from kou/glib-follow-writer-name-change and squashes the following commits: 85f7ce8 [Kouhei Sutou] [GLib] Follow writer name change P

arrow git commit: ARROW-1040: [GLib] Support tensor IO

2017-05-16 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 49c539810 -> e7e8d611c ARROW-1040: [GLib] Support tensor IO Author: Kouhei Sutou Closes #697 from kou/glib-support-tensor-io and squashes the following commits: eca2c3f [Kouhei Sutou] [GLib] Support tensor IO Project: http://git-wip-us

arrow git commit: ARROW-881: [Python] Reconstruct Pandas DataFrame indexes using metadata

2017-05-16 Thread wesm
Repository: arrow Updated Branches: refs/heads/master e7e8d611c -> bed019743 ARROW-881: [Python] Reconstruct Pandas DataFrame indexes using metadata cc @mrocklin Author: Phillip Cloud Closes #612 from cpcloud/ARROW-881 and squashes the following commits: 4fa679d [Phillip Cloud] Add metadat

arrow git commit: ARROW-997: [Java] Implementing transferPair for FixedSizeListVector

2017-05-17 Thread wesm
Repository: arrow Updated Branches: refs/heads/master bed019743 -> c4086febd ARROW-997: [Java] Implementing transferPair for FixedSizeListVector Author: Emilio Lahr-Vivaz Closes #672 from elahrvivaz/ARROW-997 and squashes the following commits: 68be6a56 [Emilio Lahr-Vivaz] ARROW-997: [Java]

arrow git commit: ARROW-1030: Python: Account for library versioning in parquet-cpp

2017-05-17 Thread wesm
Repository: arrow Updated Branches: refs/heads/master c4086febd -> a4f3259b0 ARROW-1030: Python: Account for library versioning in parquet-cpp This mainly uses the same logic we already use for arrow-cpp Author: Uwe L. Korn Closes #698 from xhochy/parquet-abi-version-bundling and squashes t

arrow git commit: ARROW-1029: [Python] Fixes for building pyarrow with Parquet support on MSVC. Add to appveyor build

2017-05-17 Thread wesm
ler warnings; not blocking for 0.4.0, but after PARQUET-991 is resolved we should fix the MSVC compiler warnings in pyarrow Author: Wes McKinney Closes #700 from wesm/ARROW-1029 and squashes the following commits: b651169c [Wes McKinney] Fix post rebase issue 0f438488 [Wes McKinney] Fixes

arrow git commit: ARROW-1044: [GLib] Support Feather

2017-05-17 Thread wesm
Repository: arrow Updated Branches: refs/heads/master fee447510 -> 62a17b7e8 ARROW-1044: [GLib] Support Feather Author: Kouhei Sutou Closes #699 from kou/glib-support-feather and squashes the following commits: 75ce6119 [Kouhei Sutou] [GLib] Support Feather Project: http://git-wip-us.apac

arrow git commit: ARROW-1046: [Python] Reconcile pandas metadata spec

2017-05-17 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 62a17b7e8 -> 0eec40aa5 ARROW-1046: [Python] Reconcile pandas metadata spec Author: Wes McKinney Closes #701 from wesm/reconcile-pandas-metadata and squashes the following commits: f08d3ca3 [Wes McKinney] The pandas spec is numpy_t

arrow git commit: ARROW-970: [Python] Nicer experience if user accidentally calls pyarrow.Table ctor directly

2017-05-17 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 0eec40aa5 -> 37cdc6e99 ARROW-970: [Python] Nicer experience if user accidentally calls pyarrow.Table ctor directly This segfaulted before Author: Wes McKinney Closes #702 from wesm/ARROW-970 and squashes the following comm

[arrow] Git Push Summary

2017-05-17 Thread wesm
Repository: arrow Updated Tags: refs/tags/apache-arrow-0.4.0 [created] 1139d4fb5

svn commit: r19719 - in /dev/arrow/apache-arrow-0.4.0-rc0: ./ apache-arrow-0.4.0.tar.gz apache-arrow-0.4.0.tar.gz.asc apache-arrow-0.4.0.tar.gz.md5 apache-arrow-0.4.0.tar.gz.sha

2017-05-17 Thread wesm
Author: wesm Date: Wed May 17 19:59:26 2017 New Revision: 19719 Log: Apache Arrow ${version} RC${rc} Added: dev/arrow/apache-arrow-0.4.0-rc0/ dev/arrow/apache-arrow-0.4.0-rc0/apache-arrow-0.4.0.tar.gz (with props) dev/arrow/apache-arrow-0.4.0-rc0/apache-arrow-0.4.0.tar.gz.asc

[arrow] Git Push Summary

2017-05-19 Thread wesm
Repository: arrow Updated Tags: refs/tags/apache-arrow-0.4.0 [deleted] 1139d4fb5

arrow git commit: ARROW-1053: [Python] Remove unnecessary Py_INCREF in PyBuffer causing memory leak

2017-05-19 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 37cdc6e99 -> ff72951f0 ARROW-1053: [Python] Remove unnecessary Py_INCREF in PyBuffer causing memory leak cc @BryanCutler Author: Wes McKinney Closes #704 from wesm/ARROW-1053 and squashes the following commits: 2f90337c [Wes McKin

arrow git commit: ARROW-1054: [Python] Fix test failure on pandas 0.19.2, some refactoring

2017-05-19 Thread wesm
hor: Wes McKinney Closes #705 from wesm/ARROW-1054 and squashes the following commits: f7dfbb24 [Wes McKinney] Factor out table to blocks into pandas_compat, fix pandas 0.19.2 test failure Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/a

[arrow] Git Push Summary

2017-05-19 Thread wesm
Repository: arrow Updated Tags: refs/tags/apache-arrow-0.4.0 [created] 6f5a0e364

svn commit: r19750 - in /dev/arrow/apache-arrow-0.4.0-rc1: ./ apache-arrow-0.4.0.tar.gz apache-arrow-0.4.0.tar.gz.asc apache-arrow-0.4.0.tar.gz.md5 apache-arrow-0.4.0.tar.gz.sha

2017-05-19 Thread wesm
Author: wesm Date: Fri May 19 15:27:00 2017 New Revision: 19750 Log: Apache Arrow ${version} RC${rc} Added: dev/arrow/apache-arrow-0.4.0-rc1/ dev/arrow/apache-arrow-0.4.0-rc1/apache-arrow-0.4.0.tar.gz (with props) dev/arrow/apache-arrow-0.4.0-rc1/apache-arrow-0.4.0.tar.gz.asc

svn commit: r19768 - in /release/arrow/arrow-0.4.0: ./ apache-arrow-0.4.0.tar.gz apache-arrow-0.4.0.tar.gz.asc apache-arrow-0.4.0.tar.gz.md5 apache-arrow-0.4.0.tar.gz.sha

2017-05-22 Thread wesm
Author: wesm Date: Tue May 23 00:27:23 2017 New Revision: 19768 Log: Release Apache Arrow 0.4.0 Added: release/arrow/arrow-0.4.0/ release/arrow/arrow-0.4.0/apache-arrow-0.4.0.tar.gz (with props) release/arrow/arrow-0.4.0/apache-arrow-0.4.0.tar.gz.asc release/arrow/arrow-0.4.0

arrow git commit: Increment version to 0.5.0-SNAPSHOT

2017-05-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master d1671e63e -> da12d6e31 Increment version to 0.5.0-SNAPSHOT Change-Id: I9b4a13830c41426ab728cdb2e2107c3537cd9ccf Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/da12d6e

[3/3] arrow-site git commit: Add 0.4.0 release updates

2017-05-23 Thread wesm
.apache.org/foundation/thanks.html";>Thanks +http://www.apache.org/security/";>Security + + + + http://www.apache.org/";> + + + + + + + + + Apache Arrow 0.4.0 Release + ∞ + + + + + + +

[1/3] arrow-site git commit: Add 0.4.0 release updates

2017-05-23 Thread wesm
ME.md to reflect progress reaching a more complete specification https://issues.apache.org/jira/browse/ARROW-845";>ARROW-845 - [Python] Sync FindArrow.cmake changes from parquet-cpp @@ -319,11 +307,15 @@ https://issues.apache.org/jira/browse/ARROW-862";>ARROW-862 - [Pytho

[2/3] arrow-site git commit: Add 0.4.0 release updates

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cd021d44/release/0.2.0.html -- diff --git a/release/0.2.0.html b/release/0.2.0.html index 5a84f3b..2c5cc32 100644 --- a/release/0.2.0.html +++ b/release/0.2.0.html @@ -13,6 +13

arrow-site git commit: Use Apache mirrors for download links

2017-05-23 Thread wesm
Repository: arrow-site Updated Branches: refs/heads/asf-site cd021d44b -> 0f10eadd8 Use Apache mirrors for download links Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/0f10eadd Tree: http://git-wip-us.apache.or

arrow git commit: ARROW-1062: [GLib] Follow API changes in examples

2017-05-23 Thread wesm
Repository: arrow Updated Branches: refs/heads/master da12d6e31 -> d48196a82 ARROW-1062: [GLib] Follow API changes in examples Author: Kouhei Sutou Closes #709 from kou/glib-fix-examples and squashes the following commits: ed5c465d [Kouhei Sutou] [GLib] Follow API changes in examples Proj

arrow git commit: ARROW-1057: Fix cmake warning and msvc debug asserts

2017-05-23 Thread wesm
Repository: arrow Updated Branches: refs/heads/master d48196a82 -> 8c00bb683 ARROW-1057: Fix cmake warning and msvc debug asserts Author: rip.nsk Closes #706 from rip-nsk/ARROW-1057 and squashes the following commits: 9bfe3199 [rip.nsk] Fix dependency of "arrow_objlib". 0c1e75d3 [rip.nsk] F

arrow git commit: ARROW-1060: [Python] Add unit tests for reference counts in memoryview interface

2017-05-23 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 8c00bb683 -> 1863a0193 ARROW-1060: [Python] Add unit tests for reference counts in memoryview interface Add missing test case for ARROW-1053. Author: Wes McKinney Closes #710 from wesm/ARROW-1060 and squashes the following comm

arrow git commit: ARROW-1034: [PYTHON] Resolve wheel build issues on Windows

2017-05-23 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 1863a0193 -> bc70fae14 ARROW-1034: [PYTHON] Resolve wheel build issues on Windows Author: Max Risuhin Closes #707 from MaxRis/ARROW-1034 and squashes the following commits: 796d1554 [Max Risuhin] ARROW-1034: [PYTHON] Resolve wheel build

[1/4] arrow-site git commit: Update Python documentation

2017-05-23 Thread wesm
,91,92,101,102,103,104,121,123,127],method:[4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,48,49,50,51,52,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,101,102,123,125],might:126,millisecond:126,mimic

[3/4] arrow-site git commit: Update Python documentation

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/820f0af6/docs/python/data.html -- diff --git a/docs/python/data.html b/docs/python/data.html index e16f145..99ed571 100644 --- a/docs/python/data.html +++ b/docs/python/data.ht

[2/4] arrow-site git commit: Update Python documentation

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/820f0af6/docs/python/genindex.html -- diff --git a/docs/python/genindex.html b/docs/python/genindex.html index ea7903d..137f6fa 100644 --- a/docs/python/genindex.html +++ b/doc

[4/4] arrow-site git commit: Update Python documentation

2017-05-23 Thread wesm
Update Python documentation Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/820f0af6 Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/820f0af6 Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/

[27/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_decimal_builder.html -- diff --git a/docs/cpp/classarrow_1_1_decimal_builder.html b/docs/cpp/classarrow_1_1_decimal_builder.html index 4ea2aec

[15/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_list_array.html -- diff --git a/docs/cpp/classarrow_1_1_list_array.html b/docs/cpp/classarrow_1_1_list_array.html index 2d988b9..5dfd5e3 10064

[36/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_binary_array.html -- diff --git a/docs/cpp/classarrow_1_1_binary_array.html b/docs/cpp/classarrow_1_1_binary_array.html index ef5ef7c..e53087d

[03/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_schema.html -- diff --git a/docs/cpp/classarrow_1_1_schema.html b/docs/cpp/classarrow_1_1_schema.html index e7ff0e3..1663754 100644 --- a/docs

[16/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_key_value_metadata.html -- diff --git a/docs/cpp/classarrow_1_1_key_value_metadata.html b/docs/cpp/classarrow_1_1_key_value_metadata.html inde

[12/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_nested_type-members.html -- diff --git a/docs/cpp/classarrow_1_1_nested_type-members.html b/docs/cpp/classarrow_1_1_nested_type-members.html i

[18/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_int8_type-members.html -- diff --git a/docs/cpp/classarrow_1_1_int8_type-members.html b/docs/cpp/classarrow_1_1_int8_type-members.html index 3

[25/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_dictionary_type-members.html -- diff --git a/docs/cpp/classarrow_1_1_dictionary_type-members.html b/docs/cpp/classarrow_1_1_dictionary_type-me

[10/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_numeric_array-members.html -- diff --git a/docs/cpp/classarrow_1_1_numeric_array-members.html b/docs/cpp/classarrow_1_1_numeric_array-members.

[26/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_default_memory_pool-members.html -- diff --git a/docs/cpp/classarrow_1_1_default_memory_pool-members.html b/docs/cpp/classarrow_1_1_default_me

[08/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_pool_buffer-members.html -- diff --git a/docs/cpp/classarrow_1_1_pool_buffer-members.html b/docs/cpp/classarrow_1_1_pool_buffer-members.html i

[21/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_fixed_width_type-members.html -- diff --git a/docs/cpp/classarrow_1_1_fixed_width_type-members.html b/docs/cpp/classarrow_1_1_fixed_width_type

[24/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_field.html -- diff --git a/docs/cpp/classarrow_1_1_field.html b/docs/cpp/classarrow_1_1_field.html index 01804ce..5b447ab 100644 --- a/docs/cp

[33/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_boolean_builder.html -- diff --git a/docs/cpp/classarrow_1_1_boolean_builder.html b/docs/cpp/classarrow_1_1_boolean_builder.html index 4e41fc5

[07/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_primitive_array.html -- diff --git a/docs/cpp/classarrow_1_1_primitive_array.html b/docs/cpp/classarrow_1_1_primitive_array.html index 358799e

[09/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_numeric_builder-members.html -- diff --git a/docs/cpp/classarrow_1_1_numeric_builder-members.html b/docs/cpp/classarrow_1_1_numeric_builder-me

[22/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_fixed_size_binary_builder.html -- diff --git a/docs/cpp/classarrow_1_1_fixed_size_binary_builder.html b/docs/cpp/classarrow_1_1_fixed_size_bin

[01/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
Repository: arrow-site Updated Branches: refs/heads/asf-site 820f0af64 -> 5875f2bc7 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_string_builder-members.html -- diff --git a/docs/cpp/cl

[46/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
/benchmark__main_8cc.html +++ b/docs/cpp/benchmark__main_8cc.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/util/benchmark_main.cc File Reference + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7 +20,7

[30/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_data_type-members.html -- diff --git a/docs/cpp/classarrow_1_1_data_type-members.html b/docs/cpp/classarrow_1_1_data_type-members.html index 5

[19/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_int16_type.html -- diff --git a/docs/cpp/classarrow_1_1_int16_type.html b/docs/cpp/classarrow_1_1_int16_type.html index 91a0648..9aab700 10064

[34/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_boolean_array-members.html -- diff --git a/docs/cpp/classarrow_1_1_boolean_array-members.html b/docs/cpp/classarrow_1_1_boolean_array-members.

[05/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_random.html -- diff --git a/docs/cpp/classarrow_1_1_random.html b/docs/cpp/classarrow_1_1_random.html index fc8f829..5536bc7 100644 --- a/docs

[06/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_primitive_builder.html -- diff --git a/docs/cpp/classarrow_1_1_primitive_builder.html b/docs/cpp/classarrow_1_1_primitive_builder.html index c

[28/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_decimal_array.html -- diff --git a/docs/cpp/classarrow_1_1_decimal_array.html b/docs/cpp/classarrow_1_1_decimal_array.html index 49178aa..1af9

[51/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
Update C++ docs Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/5875f2bc Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/5875f2bc Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/5875f2bc Br

[49/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
terfaces with brief descriptions: [detail level 12345] -arrowPublic API for the "Feather" file format, originally created at http://github.com/wesm/feather";>http://github.com/wesm/feather -BitUtil -decimal -Decimal -DecimalPrecision -DecimalPrecision< int32_t

[43/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
/docs/cpp/builder_8cc.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/builder.cc File Reference + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7 +20,7 @@ - + Apache Arrow (C++) A

[45/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
/cpp/buffer_8cc.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/buffer.cc File Reference + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7 +20,7 @@ - + Apache Arrow (C++) A columnar in

[29/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_date64_type.html -- diff --git a/docs/cpp/classarrow_1_1_date64_type.html b/docs/cpp/classarrow_1_1_date64_type.html index fc548b5..287b7d0 10

[38/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_array_equals_visitor.html -- diff --git a/docs/cpp/classarrow_1_1_array_equals_visitor.html b/docs/cpp/classarrow_1_1_array_equals_visitor.htm

[32/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_buffer-members.html -- diff --git a/docs/cpp/classarrow_1_1_buffer-members.html b/docs/cpp/classarrow_1_1_buffer-members.html index 926c1ad..7

[04/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_resizable_buffer-members.html -- diff --git a/docs/cpp/classarrow_1_1_resizable_buffer-members.html b/docs/cpp/classarrow_1_1_resizable_buffer

[23/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_fixed_size_binary_array.html -- diff --git a/docs/cpp/classarrow_1_1_fixed_size_binary_array.html b/docs/cpp/classarrow_1_1_fixed_size_binary_

[02/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
rited from arrow::BinaryArray std::shared_ptr< Buffer > value_offsets_ @@ -221,7 +193,9 @@ Additional Inherited Members   Member Typedef Documentation - + +◆ TypeClass + @@ -234,7 +208,9 @@ Additional Inherited Members Constructor & Destructor Documentation - + +◆ St

[48/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
@@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/api.h File Reference + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7 +20,7 @@ - + Apache Arrow (C++) A columnar in-memory analytics layer

[14/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_list_builder.html -- diff --git a/docs/cpp/classarrow_1_1_list_builder.html b/docs/cpp/classarrow_1_1_list_builder.html index 62e8890..3e24473

[41/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
/cpp/builtin__convert_8cc.html +++ b/docs/cpp/builtin__convert_8cc.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc File Reference + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7

[40/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_approx_equals_visitor.html -- diff --git a/docs/cpp/classarrow_1_1_approx_equals_visitor.html b/docs/cpp/classarrow_1_1_approx_equals_visitor.

[20/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_floating_point.html -- diff --git a/docs/cpp/classarrow_1_1_floating_point.html b/docs/cpp/classarrow_1_1_floating_point.html index b85492c..3

[13/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_logging_memory_pool-members.html -- diff --git a/docs/cpp/classarrow_1_1_logging_memory_pool-members.html b/docs/cpp/classarrow_1_1_logging_me

[31/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_c_type_impl.html -- diff --git a/docs/cpp/classarrow_1_1_c_type_impl.html b/docs/cpp/classarrow_1_1_c_type_impl.html index 2e930d4..7d0ffdf 10

[17/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_integer_type_impl.html -- diff --git a/docs/cpp/classarrow_1_1_integer_type_impl.html b/docs/cpp/classarrow_1_1_integer_type_impl.html index 3

[35/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_binary_builder.html -- diff --git a/docs/cpp/classarrow_1_1_binary_builder.html b/docs/cpp/classarrow_1_1_binary_builder.html index be4cfc8..b

[11/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_null_array.html -- diff --git a/docs/cpp/classarrow_1_1_null_array.html b/docs/cpp/classarrow_1_1_null_array.html index e431a29..f99fb04 10064

[47/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
/array_8h_source.html +++ b/docs/cpp/array_8h_source.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/array.h Source File + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7 +20,7 @@ - + Apache Arrow (C

[42/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
/builder_8h_source.html +++ b/docs/cpp/builder_8h_source.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/builder.h Source File + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7 +20,7 @@ - + Apache

[50/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
/allocator_8h_source.html +++ b/docs/cpp/allocator_8h_source.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/allocator.h Source File + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7 +20,7

[37/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_array_printer.html -- diff --git a/docs/cpp/classarrow_1_1_array_printer.html b/docs/cpp/classarrow_1_1_array_printer.html index efd8bad..e154

[39/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_array_builder-members.html -- diff --git a/docs/cpp/classarrow_1_1_array_builder-members.html b/docs/cpp/classarrow_1_1_array_builder-members.

[44/51] [partial] arrow-site git commit: Update C++ docs

2017-05-23 Thread wesm
/buffer_8h_source.html +++ b/docs/cpp/buffer_8h_source.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/buffer.h Source File + - - $(document).ready(function() { searchBox.OnSelectItem(0); }); - @@ -21,7 +20,7 @@ - + Apache Arrow (C

arrow-site git commit: Fix up links

2017-05-23 Thread wesm
Repository: arrow-site Updated Branches: refs/heads/asf-site 5875f2bc7 -> 207b1c8c2 Fix up links Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/207b1c8c Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tr

arrow git commit: ARROW-1061: [C++] Harden decimal parsing against invalid strings

2017-05-23 Thread wesm
Repository: arrow Updated Branches: refs/heads/master bc70fae14 -> 3d8b1906b ARROW-1061: [C++] Harden decimal parsing against invalid strings Author: Phillip Cloud Closes #708 from cpcloud/ARROW-1061 and squashes the following commits: c93d1db8 [Phillip Cloud] ARROW-1061: [C++] Harden decim

arrow git commit: ARROW-1066: [Python] pandas 0.20.1 deprecation of pd.lib causes a warning on import

2017-05-24 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 3d8b1906b -> 40b1b6431 ARROW-1066: [Python] pandas 0.20.1 deprecation of pd.lib causes a warning on import Author: Jeff Reback Closes #715 from jreback/pandas_compat and squashes the following commits: 842b19f [Jeff Reback] COMPAT: pand

arrow git commit: ARROW-424: [C++] Make ReadAt, Write HDFS functions threadsafe

2017-05-24 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 40b1b6431 -> 85ef000c5 ARROW-424: [C++] Make ReadAt, Write HDFS functions threadsafe This also fixes the HDFS test suite to actually use libhdfs3 (it was not by accident) Author: Wes McKinney Closes #712 from wesm/ARROW-424

arrow git commit: ARROW-1063: [Website] Updates for 0.4.0 release, release posting

2017-05-24 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 85ef000c5 -> 6901b8ad3 ARROW-1063: [Website] Updates for 0.4.0 release, release posting Author: Wes McKinney Closes #711 from wesm/ARROW-1063 and squashes the following commits: 90f33ac [Wes McKinney] Update to use dynamic mirror li

arrow git commit: ARROW-1069: Add instructions for publishing maven artifacts

2017-05-26 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 6901b8ad3 -> aa3fc644e ARROW-1069: Add instructions for publishing maven artifacts Author: Julien Le Dem Closes #716 from julienledem/ARROW-1069 and squashes the following commits: 8896189 [Julien Le Dem] ARROW-1069: Add instructions for

arrow git commit: ARROW-897: [GLib] Extract CI configuration for GLib

2017-05-26 Thread wesm
Repository: arrow Updated Branches: refs/heads/master aa3fc644e -> 5899800f5 ARROW-897: [GLib] Extract CI configuration for GLib Author: Kouhei Sutou Closes #713 from kou/glib-travis-split and squashes the following commits: 682f0bd [Kouhei Sutou] [GLib] Build only C++ libraries for GLib CI

[08/14] arrow git commit: ARROW-1062: [GLib] Follow API changes in examples

2017-05-31 Thread wesm
ARROW-1062: [GLib] Follow API changes in examples Author: Kouhei Sutou Closes #709 from kou/glib-fix-examples and squashes the following commits: ed5c465d [Kouhei Sutou] [GLib] Follow API changes in examples Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.

[04/14] arrow git commit: ARROW-1034: [PYTHON] Resolve wheel build issues on Windows

2017-05-31 Thread wesm
ARROW-1034: [PYTHON] Resolve wheel build issues on Windows Author: Max Risuhin Closes #707 from MaxRis/ARROW-1034 and squashes the following commits: 796d1554 [Max Risuhin] ARROW-1034: [PYTHON] Resolve wheel build issues on Windows Project: http://git-wip-us.apache.org/repos/asf/arrow/repo C

[09/14] arrow git commit: ARROW-1057: Fix cmake warning and msvc debug asserts

2017-05-31 Thread wesm
ARROW-1057: Fix cmake warning and msvc debug asserts Author: rip.nsk Closes #706 from rip-nsk/ARROW-1057 and squashes the following commits: 9bfe3199 [rip.nsk] Fix dependency of "arrow_objlib". 0c1e75d3 [rip.nsk] Fix "string iterator not dereferencable" assert 0b842c09 [rip.nsk] Fix "vector sub

[11/14] arrow git commit: ARROW-1060: [Python] Add unit tests for reference counts in memoryview interface

2017-05-31 Thread wesm
ARROW-1060: [Python] Add unit tests for reference counts in memoryview interface Add missing test case for ARROW-1053. Author: Wes McKinney Closes #710 from wesm/ARROW-1060 and squashes the following commits: 013fc248 [Wes McKinney] Add unit tests to check that reference counts stay constant

[05/14] arrow git commit: ARROW-1061: [C++] Harden decimal parsing against invalid strings

2017-05-31 Thread wesm
ARROW-1061: [C++] Harden decimal parsing against invalid strings Author: Phillip Cloud Closes #708 from cpcloud/ARROW-1061 and squashes the following commits: c93d1db8 [Phillip Cloud] ARROW-1061: [C++] Harden decimal parsing against invalid strings Project: http://git-wip-us.apache.org/repos

<    4   5   6   7   8   9   10   11   12   13   >