arrow git commit: ARROW-316: [Format] Changes to Date metadata format per discussion in ARROW-316

2017-03-20 Thread julien
Repository: arrow Updated Branches: refs/heads/master 6cd82c2a2 -> 98a52b482 ARROW-316: [Format] Changes to Date metadata format per discussion in ARROW-316 Author: Wes McKinney Closes #390 from wesm/ARROW-316 and squashes the following commits: 6828e05 [Wes McKinney] Format changes for Dat

arrow git commit: ARROW-671: [GLib] Install missing license file

2017-03-20 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 02bdbf48a -> 6cd82c2a2 ARROW-671: [GLib] Install missing license file Author: Kouhei Sutou Closes #406 from kou/glib-install-missing-license-file and squashes the following commits: 8e452d4 [Kouhei Sutou] [GLib] Install missing license

arrow git commit: ARROW-502 [C++/Python]: Logging memory pool

2017-03-20 Thread uwe
Repository: arrow Updated Branches: refs/heads/master cd4544df8 -> 02bdbf48a ARROW-502 [C++/Python]: Logging memory pool This is a simple decorator on MemoryPool that logs it call to ``std::cout``. I can improve it later if you need to log to other supports. Are you ok with the current loggi

arrow git commit: ARROW-664: [C++] Make C++ Arrow serialization deterministic

2017-03-20 Thread uwe
Repository: arrow Updated Branches: refs/heads/master df2220f35 -> cd4544df8 ARROW-664: [C++] Make C++ Arrow serialization deterministic Author: Philipp Moritz Closes #405 from pcmoritz/init-buffer-builder and squashes the following commits: 10a897f [Philipp Moritz] Initialize memory obtai

[3/3] arrow git commit: ARROW-661: [C++] Add LargeRecordBatch metadata type, IPC support, associated refactoring

2017-03-20 Thread uwe
ARROW-661: [C++] Add LargeRecordBatch metadata type, IPC support, associated refactoring This patch enables the following code for writing record batches exceeding 2^31 - 1 ```c++ RETURN_NOT_OK(WriteLargeRecordBatch( batch, buffer_offset, mmap_.get(), &metadata_length, &body_length, pool_))

[1/3] arrow git commit: ARROW-661: [C++] Add LargeRecordBatch metadata type, IPC support, associated refactoring

2017-03-20 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 4c5f79c39 -> df2220f35 http://git-wip-us.apache.org/repos/asf/arrow/blob/df2220f3/cpp/src/arrow/ipc/writer.h -- diff --git a/cpp/src/arrow/ipc/writer.h b/cpp/src/arrow/ipc/w

[2/3] arrow git commit: ARROW-661: [C++] Add LargeRecordBatch metadata type, IPC support, associated refactoring

2017-03-20 Thread uwe
http://git-wip-us.apache.org/repos/asf/arrow/blob/df2220f3/cpp/src/arrow/ipc/metadata-internal.cc -- diff --git a/cpp/src/arrow/ipc/metadata-internal.cc b/cpp/src/arrow/ipc/metadata-internal.cc deleted file mode 100644 index be0d2