arrow git commit: ARROW-1138: Travis: Use OpenJDK7 instead of OracleJDK7

2017-06-22 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 86c67d061 -> f0f1ca60d ARROW-1138: Travis: Use OpenJDK7 instead of OracleJDK7 Will merge on green build to unbreak Travis but it would be very helpful if a Java expert can review this change. Author: Uwe L. Korn

[2/6] arrow git commit: ARROW-1104: Integrate in-memory object store into arrow

2017-06-22 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow/blob/5e343098/cpp/src/plasma/thirdparty/dlmalloc.c -- diff --git a/cpp/src/plasma/thirdparty/dlmalloc.c b/cpp/src/plasma/thirdparty/dlmalloc.c new file mode 100644 index

[6/6] arrow git commit: ARROW-1104: Integrate in-memory object store into arrow

2017-06-22 Thread wesm
ARROW-1104: Integrate in-memory object store into arrow This supersedes https://github.com/apache/arrow/pull/467 This is ready for review. Next steps are - Integration with the arrow CI - Write docs on how to use the object store There is one remaining compilation error (it doesn't find

[5/6] arrow git commit: ARROW-1104: Integrate in-memory object store into arrow

2017-06-22 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow/blob/5e343098/cpp/src/plasma/extension.cc -- diff --git a/cpp/src/plasma/extension.cc b/cpp/src/plasma/extension.cc new file mode 100644 index 000..5d61e33 --- /dev/null +++

[3/6] arrow git commit: ARROW-1104: Integrate in-memory object store into arrow

2017-06-22 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow/blob/5e343098/cpp/src/plasma/thirdparty/ae/ae_evport.c -- diff --git a/cpp/src/plasma/thirdparty/ae/ae_evport.c b/cpp/src/plasma/thirdparty/ae/ae_evport.c new file mode 100644 index

[1/6] arrow git commit: ARROW-1104: Integrate in-memory object store into arrow

2017-06-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master ef579ca7e -> 5e3430981 http://git-wip-us.apache.org/repos/asf/arrow/blob/5e343098/cpp/src/plasma/thirdparty/xxhash.cc -- diff --git a/cpp/src/plasma/thirdparty/xxhash.cc

arrow git commit: ARROW-1140: [C++] Allow optional build of plasma

2017-06-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 5e3430981 -> 222628c9d ARROW-1140: [C++] Allow optional build of plasma Author: Phillip Cloud Closes #767 from cpcloud/ARROW-1140 and squashes the following commits: b046215c [Phillip Cloud] ARROW-1140: [C++] Allow

arrow git commit: ARROW-1073: C++: Adapative integer builder

2017-06-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 222628c9d -> 608b89e16 ARROW-1073: C++: Adapative integer builder Author: Uwe L. Korn Closes #723 from xhochy/ARROW-1073 and squashes the following commits: 5bab9c2f [Uwe L. Korn] ARROW-1073: C++: Adapative integer

arrow git commit: ARROW-1137: Python: Ensure Pandas roundtrip of all-None column

2017-06-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 608b89e16 -> a16c1246e ARROW-1137: Python: Ensure Pandas roundtrip of all-None column Change-Id: Ib815d3fa42f0a0ae6c0d9850e9b0b435bad1c331 Author: Uwe L. Korn Closes #764 from xhochy/ARROW-1137 and squashes the

arrow git commit: ARROW-1123: Make jemalloc the default allocator

2017-06-22 Thread wesm
Repository: arrow Updated Branches: refs/heads/master f0f1ca60d -> ef579ca7e ARROW-1123: Make jemalloc the default allocator Change-Id: Ib03392431851773df3b59b2c9a4d9a7bd672d2cb Author: Uwe L. Korn Closes #761 from xhochy/ARROW-1123 and squashes the following commits: