arrow git commit: ARROW-1307: [Python] Expand IPC section to include object serialization, Feather format. Add Feather functions to API listing

2017-09-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 840b68744 -> a45b04712 ARROW-1307: [Python] Expand IPC section to include object serialization, Feather format. Add Feather functions to API listing Close #1084 Author: Wes McKinney Closes #1085 from

arrow git commit: ARROW-594: [C++/Python] Write arrow::Table to stream and file writers

2017-09-10 Thread uwe
Repository: arrow Updated Branches: refs/heads/master b5d510f72 -> 947ca871c ARROW-594: [C++/Python] Write arrow::Table to stream and file writers * Add TableBatchReader class which creates a sequence of record batches from a table with chunked columns * Write Table to stream/file using the

arrow git commit: ARROW-1358: Update sha{1, 256, 512} checksums per latest ASF release policy

2017-09-10 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 675e25158 -> b5d510f72 ARROW-1358: Update sha{1, 256, 512} checksums per latest ASF release policy See http://www.apache.org/dev/release-distribution#sigs-and-sums Author: Wes McKinney Closes #1077 from

arrow git commit: ARROW-1359: [C++] Add flavor='spark' option to write_parquet that sanitizes schema field names

2017-09-10 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 947ca871c -> 4a6a6cb47 ARROW-1359: [C++] Add flavor='spark' option to write_parquet that sanitizes schema field names I also made the default for `use_deprecated_int96_timestamps` None so that we can distinguish between unspecified and

arrow git commit: ARROW-1517: Remove unnecessary temporary in DecimalUtil::ToString function

2017-09-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master a534e5d53 -> 840b68744 ARROW-1517: Remove unnecessary temporary in DecimalUtil::ToString function Author: Phillip Cloud Closes #1082 from cpcloud/ARROW-1517 and squashes the following commits: 49e30594 [Phillip Cloud]

arrow git commit: ARROW-1516: [GLib] Update document

2017-09-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 0ac81b5c0 -> a534e5d53 ARROW-1516: [GLib] Update document Author: Kouhei Sutou Closes #1081 from kou/glib-update-document and squashes the following commits: d3e123ab [Kouhei Sutou] [GLib] Update document Project:

arrow git commit: ARROW-1515: [GLib] Detect version directly

2017-09-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master c1492bf4a -> 0ac81b5c0 ARROW-1515: [GLib] Detect version directly Running ./autogen.sh isn't required for version update in java/pom.xml. Author: Kouhei Sutou Closes #1080 from kou/glib-detect-version-directly and

arrow git commit: ARROW-1514: [C++] Fix a typo in document

2017-09-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 4a6a6cb47 -> f21146386 ARROW-1514: [C++] Fix a typo in document Author: Kouhei Sutou Closes #1079 from kou/cpp-fix-typo and squashes the following commits: be5664b6 [Kouhei Sutou] [C++] Fix a typo in document

arrow git commit: ARROW-1512: [C++] Fix API change in documentation [Forced Update!]

2017-09-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master e73d6c116 -> ce623a979 (forced update) ARROW-1512: [C++] Fix API change in documentation Closes #1078 Change-Id: I0c3263757088ccb352c5428a86d6e756fc54018f Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit:

arrow git commit: [C++] Fix API change in documentation

2017-09-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master f21146386 -> e73d6c116 [C++] Fix API change in documentation Closes #1078 Change-Id: I0c3263757088ccb352c5428a86d6e756fc54018f Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit:

arrow git commit: ARROW-1510: [GLib] Support cast

2017-09-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master ce623a979 -> c1492bf4a ARROW-1510: [GLib] Support cast Author: Kouhei Sutou Closes #1075 from kou/glib-add-array-cast and squashes the following commits: dead23ee [Kouhei Sutou] [GLib] Omit tests with old GObject