arrow git commit: ARROW-29: [C++] FindRe2 cmake module

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master b009a -> a4f29f3a3 ARROW-29: [C++] FindRe2 cmake module Author: Max Risuhin Closes #674 from MaxRis/ARROW-29 and squashes the following commits: e2d5d72 [Max Risuhin] ARROW-29: [C++] FindRe2 cmake module

arrow-site git commit: Update site per @kou additions

2017-05-11 Thread wesm
Repository: arrow-site Updated Branches: refs/heads/asf-site 3f1ca5966 -> 3a7bab251 Update site per @kou additions Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/3a7bab25 Tree:

[arrow] Git Push Summary

2017-05-11 Thread wesm
Repository: arrow Updated Tags: refs/tags/apache-arrow-0.3.0-rc1 [deleted] 46bdc64cf

arrow git commit: ARROW-996: [Website] Add 0.3.0 release announce in Japanese

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 010bd2245 -> b009a ARROW-996: [Website] Add 0.3.0 release announce in Japanese Author: Kouhei Sutou Closes #668 from kou/website-0.3-release-announce-japanese and squashes the following commits: cc7871f [Kouhei

[1/2] arrow git commit: ARROW-482 [Java] Exposing custom field metadata

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master a8338f1f8 -> 010bd2245 http://git-wip-us.apache.org/repos/asf/arrow/blob/010bd224/java/vector/src/test/java/org/apache/arrow/vector/stream/MessageSerializerTest.java --

[2/2] arrow git commit: ARROW-482 [Java] Exposing custom field metadata

2017-05-11 Thread wesm
ARROW-482 [Java] Exposing custom field metadata I added the metadata to the `FieldType` object. It doesn't necessarily seem the right place for it, but it minimizes having to change method signatures to pass around the metadata. I also tried to standardize vector constructors on `FieldType` to

arrow git commit: ARROW-995: [Website] Fix a typo

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master a7722dc14 -> a8338f1f8 ARROW-995: [Website] Fix a typo Author: Kouhei Sutou Closes #667 from kou/site-fix-a-typo and squashes the following commits: dc66a18 [Kouhei Sutou] [Website] Fix a typo Project:

arrow git commit: ARROW-993: [GLib] Add missing error checks in Go examples

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 1c6f3ef82 -> a7722dc14 ARROW-993: [GLib] Add missing error checks in Go examples Author: Kouhei Sutou Closes #666 from kou/glib-example-go-add-missing-error-handling and squashes the following commits: 7baa8ba

arrow git commit: ARROW-813: [Python] setup.py sdist must also bundle dependent cmake m…

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 84413b0ec -> 1c6f3ef82 ARROW-813: [Python] setup.py sdist must also bundle dependent cmake m… …odules Author: Uwe L. Korn Closes #660 from xhochy/ARROW-813 and squashes the following commits: 47459ba [Uwe L. Korn]

arrow git commit: ARROW-901: [Python] Add Parquet unit test for fixed size binary

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master c10b7d798 -> 84413b0ec ARROW-901: [Python] Add Parquet unit test for fixed size binary This verifies that all is working properly after PARQUET-965. Author: Wes McKinney Closes #665 from wesm/ARROW-901 and

arrow git commit: ARROW-1003: [C++] Check flag _WIN32 instead of __WIN32

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 3f22b5f76 -> c10b7d798 ARROW-1003: [C++] Check flag _WIN32 instead of __WIN32 __WIN32 is not standard for all windows compilers. Author: bgosztonyi Closes #669 from bgosztonyi/patch-1 and squashes the

arrow git commit: ARROW-1000: [GLib] Move install document to Website

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 885654107 -> 3f22b5f76 ARROW-1000: [GLib] Move install document to Website Author: Kouhei Sutou Closes #670 from kou/glib-move-install-docuemnt and squashes the following commits: 50d86b3 [Kouhei Sutou] [GLib] Move

arrow git commit: ARROW-1001: [GLib] Unify writer files

2017-05-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 02161456c -> 885654107 ARROW-1001: [GLib] Unify writer files Author: Kouhei Sutou Closes #671 from kou/glib-unify-writer-files and squashes the following commits: f1e58e0 [Kouhei Sutou] [GLib] Unify writer files