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 de

[arrow] Git Push Summary

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

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 commits: 508d9899

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_type in

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-1029: [Python] Fixes for building pyarrow with Parquet support on MSVC. Add to appveyor build

2017-05-17 Thread wesm
Repository: arrow Updated Branches: refs/heads/master a4f3259b0 -> fee447510 ARROW-1029: [Python] Fixes for building pyarrow with Parquet support on MSVC. Add to appveyor build Miscellaneous fixes to build with ``--with-parquet`` and pass the test suite. We still have a bunch of compiler war

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-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]