Author: wesm
Date: Tue Sep 12 22:18:43 2017
New Revision: 21577
Log:
Apache Arrow ${version} RC${rc}
Added:
dev/arrow/apache-arrow-0.7.0-rc0/
dev/arrow/apache-arrow-0.7.0-rc0/apache-arrow-0.7.0.tar.gz (with props)
dev/arrow/apache-arrow-0.7.0-rc0/apache-arrow-0.7.0.tar.gz.asc
de
Repository: arrow
Updated Tags: refs/tags/apache-arrow-0.7.0 [created] e677e7f36
Repository: arrow
Updated Branches:
refs/heads/master cf1ac9cf4 -> 576fb6651
ARROW-1532: [Python] Referencing an Empty Schema causes a SegFault
Author: Phillip Cloud
Closes #1096 from cpcloud/ARROW-1532 and squashes the following commits:
7f43c6c7 [Phillip Cloud] ARROW-1532: [Python] Refere
Repository: arrow
Updated Branches:
refs/heads/master 3fbf76041 -> cf1ac9cf4
ARROW-1531: [C++] Return ToBytes by value from Decimal128
Author: Phillip Cloud
Closes #1094 from cpcloud/fix-decimal128-to-bytes and squashes the following
commits:
622fd99f [Phillip Cloud] ARROW-1531: [C++] Use
Repository: arrow
Updated Branches:
refs/heads/master b77af1a1b -> 3fbf76041
ARROW-1530: [C++] Install arrow/util/parallel.h
We can use this in parquet-cpp or other places where a thread pool executor
would be useful
Author: Wes McKinney
Closes #1093 from wesm/install-util-parallel and squ
ARROW-1528: [GLib] Resolve recursive include dependency
Before:
* arrow-glib/field.h depends on arrow-glib/data-type.h
* arrow-glib/data-type.h depends on arrow-glib/field.h
After:
* arrow-glib/field.h depends on arrow-glib/basic-data-type.h
* arrow-glib/basic-data-type.h doesn't depend
Repository: arrow
Updated Branches:
refs/heads/master 6a020a1f8 -> b77af1a1b
http://git-wip-us.apache.org/repos/asf/arrow/blob/b77af1a1/c_glib/arrow-glib/data-type.cpp
--
diff --git a/c_glib/arrow-glib/data-type.cpp b/c_glib/ar
Repository: arrow
Updated Branches:
refs/heads/master 4c008c2b9 -> 6a020a1f8
ARROW-1459: [Python] Use list values length to advance offset when
reconstructing array of ndarrays
Author: Wes McKinney
Closes #1090 from wesm/ARROW-1459 and squashes the following commits:
39dd025 [Wes McKinney]
Repository: arrow
Updated Branches:
refs/heads/master 18388d650 -> 4c008c2b9
ARROW-1511: [C++] Promote ArrayData, MakeArray to public API, deprecate
MakePrimitiveArray
Since `ArrayData` will become more exposed to users with the advent of
`arrow::compute`, it should be a part of the public A