arrow git commit: ARROW-483: [C++/Python] Provide access to "custom_metadata" Field attribute in IPC setting

2017-04-25 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 949249d9e -> 7d433dc27 ARROW-483: [C++/Python] Provide access to "custom_metadata" Field attribute in IPC setting Author: Phillip Cloud Closes #588 from cpcloud/ARROW-483 and squashes the following commits: f671ba4 [Phillip Cloud] ARROW

arrow-site git commit: Add GLib link to header

2017-04-25 Thread wesm
Repository: arrow-site Updated Branches: refs/heads/asf-site cf45c51a3 -> 475bbde12 Add GLib link to header Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/475bbde1 Tree: http://git-wip-us.apache.org/repos/asf/ar

arrow git commit: ARROW-893: Add GLib document to Web site

2017-04-25 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 015b28492 -> 949249d9e ARROW-893: Add GLib document to Web site Author: Kouhei Sutou Closes #599 from kou/site-glib-doc and squashes the following commits: f85ad44 [Kouhei Sutou] Add GLib document to Web site Project: http://git-wip-us

[02/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/index.sgml -- diff --git a/docs/c_glib/index.sgml b/docs/c_glib/index.sgml new file mode 100644 index 000..d74def5 --- /dev/null +++ b/docs/c_glib/inde

[11/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/GArrowFileReader.html -- diff --git a/docs/c_glib/GArrowFileReader.html b/docs/c_glib/GArrowFileReader.html new file mode 100644 index 000..1f1007e --

[06/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/array-builder.html -- diff --git a/docs/c_glib/array-builder.html b/docs/c_glib/array-builder.html new file mode 100644 index 000..3197c97 --- /dev/nul

[05/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/arrow-glib-GArrowError.html -- diff --git a/docs/c_glib/arrow-glib-GArrowError.html b/docs/c_glib/arrow-glib-GArrowError.html new file mode 100644 index 0

[09/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/GArrowTensor.html -- diff --git a/docs/c_glib/GArrowTensor.html b/docs/c_glib/GArrowTensor.html new file mode 100644 index 000..fc4bc3e --- /dev/null +

[10/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/GArrowSchema.html -- diff --git a/docs/c_glib/GArrowSchema.html b/docs/c_glib/GArrowSchema.html new file mode 100644 index 000..f15c81c --- /dev/null +

[12/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
Add initial GLib 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/cf45c51a Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/cf45c51a Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/cf45c5

[08/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/api-index-full.html -- diff --git a/docs/c_glib/api-index-full.html b/docs/c_glib/api-index-full.html new file mode 100644 index 000..729015d --- /dev/

[07/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/array-builder-classes.html -- diff --git a/docs/c_glib/array-builder-classes.html b/docs/c_glib/array-builder-classes.html new file mode 100644 index

[03/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/data-type-classes.html -- diff --git a/docs/c_glib/data-type-classes.html b/docs/c_glib/data-type-classes.html new file mode 100644 index 000..d40497f

[04/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/buffer-classes.html -- diff --git a/docs/c_glib/buffer-classes.html b/docs/c_glib/buffer-classes.html new file mode 100644 index 000..be7253d --- /dev/

[01/12] arrow-site git commit: Add initial GLib docs

2017-04-25 Thread wesm
Repository: arrow-site Updated Branches: refs/heads/asf-site 36041ecfb -> cf45c51a3 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/object-tree.html -- diff --git a/docs/c_glib/object-tree.html b/doc

arrow git commit: ARROW-894: [GLib] Add GArrowResizableBuffer and GArrowPoolBuffer

2017-04-25 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 6ae49a1dd -> 015b28492 ARROW-894: [GLib] Add GArrowResizableBuffer and GArrowPoolBuffer Author: Kouhei Sutou Closes #600 from kou/glib-pool-buffer and squashes the following commits: f8845aa [Kouhei Sutou] [GLib] Add GArrowResizableBuffe

arrow git commit: ARROW-892: [GLib] Fix GArrowTensor document

2017-04-25 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 68decb6f3 -> 6ae49a1dd ARROW-892: [GLib] Fix GArrowTensor document Author: Kouhei Sutou Closes #598 from kou/glib-tensor-doc and squashes the following commits: 3982db1 [Kouhei Sutou] [GLib] Fix GArrowTensor document Project: http://gi

arrow git commit: ARROW-865: [Python] Add unit tests validating Parquet date/time type roundtrips

2017-04-25 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 0bee8040e -> 68decb6f3 ARROW-865: [Python] Add unit tests validating Parquet date/time type roundtrips Requires PARQUET-915 https://github.com/apache/parquet-cpp/pull/311 Author: Wes McKinney Closes #595 from wesm/ARROW-865 and squashes

arrow git commit: ARROW-888: Transfer ownership of buffer in BitVector transferTo()

2017-04-25 Thread julien
Repository: arrow Updated Branches: refs/heads/master 1a73c352d -> 0bee8040e ARROW-888: Transfer ownership of buffer in BitVector transferTo() Author: Steven Phillips Closes #594 from StevenMPhillips/bitVectorOwnership and squashes the following commits: 117f6b2 [Steven Phillips] ARROW-888

arrow git commit: ARROW-895: Fix lastSet in fillEmpties() and copyFrom()

2017-04-25 Thread julien
Repository: arrow Updated Branches: refs/heads/master f00e2ab59 -> 1a73c352d ARROW-895: Fix lastSet in fillEmpties() and copyFrom() Author: Steven Phillips Closes #601 from StevenMPhillips/fillEmpties4 and squashes the following commits: 4707673 [Steven Phillips] ARROW-895: Fix lastSet in