You are viewing a plain text version of this content. The canonical link for it is here.
- arrow git commit: ARROW-450: Fixes for PARQUET-818 - posted by we...@apache.org on 2017/01/02 07:37:46 UTC, 0 replies.
- arrow git commit: ARROW-449: Python: Conversion from pyarrow.{Table, RecordBatch} to a Python dict - posted by we...@apache.org on 2017/01/02 13:48:49 UTC, 0 replies.
- arrow git commit: ARROW-108: [C++] Add Union implementation and IPC/JSON serialization tests - posted by uw...@apache.org on 2017/01/03 07:27:53 UTC, 0 replies.
- arrow git commit: ARROW-294: [C++] Do not use platform-dependent fopen/fclose functions for MemoryMappedFile - posted by uw...@apache.org on 2017/01/03 07:29:02 UTC, 0 replies.
- arrow git commit: ARROW-387: [C++] Verify zero-copy Buffer slices from BufferReader retain reference to parent Buffer - posted by uw...@apache.org on 2017/01/03 07:32:01 UTC, 0 replies.
- arrow git commit: ARROW-417: Add Equals implementation to compare ChunkedArrays - posted by we...@apache.org on 2017/01/03 12:23:25 UTC, 0 replies.
- arrow git commit: ARROW-411: [Java] Move compactor functions in Integration to a separate Validator module - posted by we...@apache.org on 2017/01/05 16:00:39 UTC, 0 replies.
- arrow git commit: ARROW-455: [C++] Add dtor to BufferOutputStream that calls Close() - posted by we...@apache.org on 2017/01/05 20:18:30 UTC, 0 replies.
- arrow git commit: ARROW-456: Add jemalloc based MemoryPool - posted by uw...@apache.org on 2017/01/06 14:57:38 UTC, 0 replies.
- arrow git commit: ARROW-427: [C++] Implement dictionary array type - posted by we...@apache.org on 2017/01/06 16:11:51 UTC, 0 replies.
- arrow git commit: ARROW-360: C++: Add method to shrink PoolBuffer using realloc - posted by we...@apache.org on 2017/01/07 21:16:44 UTC, 0 replies.
- arrow git commit: ARROW-463: C++: Support jemalloc 4.x - posted by we...@apache.org on 2017/01/07 21:29:53 UTC, 0 replies.
- arrow git commit: ARROW-438: [C++/Python] Implement zero-data-copy record batch and table concatenation. - posted by we...@apache.org on 2017/01/08 15:50:38 UTC, 0 replies.
- arrow git commit: ARROW-438: [C++/Python] Implement zero-data-copy record batch and table concatenation. [Forced Update!] - posted by we...@apache.org on 2017/01/08 15:55:26 UTC, 0 replies.
- arrow git commit: ARROW-442: [Python] Inspect Parquet file metadata from Python - posted by uw...@apache.org on 2017/01/10 07:44:59 UTC, 0 replies.
- arrow git commit: ARROW-466: Add ExternalProject for jemalloc - posted by we...@apache.org on 2017/01/10 18:23:33 UTC, 0 replies.
- arrow git commit: ARROW-469: C++: Add option so that resize doesn't decrease the capacity - posted by we...@apache.org on 2017/01/10 18:27:40 UTC, 0 replies.
- arrow git commit: ARROW-421: [Python] Retain parent reference in PyBytesReader - posted by we...@apache.org on 2017/01/11 14:33:40 UTC, 0 replies.
- arrow git commit: ARROW-385: Refactors metric system - posted by we...@apache.org on 2017/01/12 17:21:45 UTC, 0 replies.
- arrow git commit: ARROW-479: Python: Test for expected schema in Pandas conversion - posted by we...@apache.org on 2017/01/13 13:46:55 UTC, 0 replies.
- arrow git commit: ARROW-472: [Python] Expose more C++ IO interfaces. Add equals methods to Parquet schemas. Pass Parquet metadata separately in reader - posted by we...@apache.org on 2017/01/13 13:50:20 UTC, 0 replies.
- [1/3] arrow git commit: ARROW-96: Add C++ API documentation - posted by we...@apache.org on 2017/01/13 18:58:51 UTC, 0 replies.
- [2/3] arrow git commit: ARROW-96: Add C++ API documentation - posted by we...@apache.org on 2017/01/13 18:58:52 UTC, 0 replies.
- [3/3] arrow git commit: ARROW-96: Add C++ API documentation - posted by we...@apache.org on 2017/01/13 18:58:53 UTC, 0 replies.
- arrow git commit: ARROW-481: [Python] Fix 2.7 regression in Parquet path to open file code path - posted by we...@apache.org on 2017/01/13 18:59:46 UTC, 0 replies.
- arrow git commit: ARROW-239: Test reading remainder of file in HDFS with read() with no args - posted by we...@apache.org on 2017/01/13 19:00:19 UTC, 0 replies.
- arrow git commit: ARROW-478: Consolidate BytesReader and BufferReader to accept PyBytes or Buffer - posted by we...@apache.org on 2017/01/13 20:45:26 UTC, 0 replies.
- arrow git commit: ARROW-486: [C++] Use virtual inheritance for diamond inheritance - posted by we...@apache.org on 2017/01/15 17:19:44 UTC, 0 replies.
- arrow git commit: ARROW-484: Revise README to include more detail about software components - posted by we...@apache.org on 2017/01/16 18:46:43 UTC, 0 replies.
- arrow git commit: ARROW-490: Python: Update manylinux1 build scripts - posted by we...@apache.org on 2017/01/18 00:09:31 UTC, 0 replies.
- arrow git commit: ARROW-468: Python: Conversion of nested data in pd.DataFrames - posted by we...@apache.org on 2017/01/18 23:28:09 UTC, 0 replies.
- [1/3] arrow git commit: ARROW-461: [Python] Add Python interfaces to DictionaryArray data, pandas interop - posted by we...@apache.org on 2017/01/19 14:27:40 UTC, 0 replies.
- [2/3] arrow git commit: ARROW-461: [Python] Add Python interfaces to DictionaryArray data, pandas interop - posted by we...@apache.org on 2017/01/19 14:27:41 UTC, 0 replies.
- [3/3] arrow git commit: ARROW-461: [Python] Add Python interfaces to DictionaryArray data, pandas interop - posted by we...@apache.org on 2017/01/19 14:27:42 UTC, 0 replies.
- arrow git commit: ARROW-474: [Java] Add initial version of streaming serialized format. - posted by we...@apache.org on 2017/01/19 19:46:37 UTC, 0 replies.
- arrow git commit: ARROW-386: [Java] Respect case of struct / map field names - posted by we...@apache.org on 2017/01/20 17:45:05 UTC, 0 replies.
- arrow git commit: ARROW-499: Update file serialization to use the streaming serialization format. - posted by we...@apache.org on 2017/01/20 22:56:29 UTC, 0 replies.
- arrow git commit: ARROW-495: [C++] Implement streaming binary format, refactoring - posted by we...@apache.org on 2017/01/21 16:11:13 UTC, 0 replies.
- arrow git commit: ARROW-505: [C++] Fix compiler warning in gcc in release mode - posted by we...@apache.org on 2017/01/22 16:14:08 UTC, 0 replies.
- arrow git commit: ARROW-475: [Python] Add support for reading multiple Parquet files as a single pyarrow.Table - posted by we...@apache.org on 2017/01/23 11:41:43 UTC, 0 replies.
- arrow git commit: ARROW-494: [C++] Extend lifetime of memory mapped data if any buffers reference it - posted by we...@apache.org on 2017/01/23 11:43:12 UTC, 0 replies.
- arrow git commit: ARROW-506: Java: Implement echo server for integration testing. - posted by we...@apache.org on 2017/01/23 11:44:05 UTC, 0 replies.
- arrow git commit: ARROW-503: [Python] Implement Python interface to streaming file format - posted by we...@apache.org on 2017/01/23 14:10:28 UTC, 0 replies.
- arrow git commit: ARROW-508: [C++] Add basic threadsafety to normal files and memory maps - posted by we...@apache.org on 2017/01/23 14:11:33 UTC, 0 replies.
- arrow git commit: ARROW-81: [Format] Augment dictionary encoding metadata to accommodate additional use cases - posted by we...@apache.org on 2017/01/23 14:13:45 UTC, 0 replies.
- arrow git commit: ARROW-378: Python: Respect timezone on conversion of Pandas datetime columns - posted by we...@apache.org on 2017/01/24 04:44:28 UTC, 0 replies.
- arrow git commit: ARROW-509: [Python] Add support for multithreaded Parquet reads - posted by we...@apache.org on 2017/01/24 13:30:44 UTC, 0 replies.
- arrow git commit: ARROW-498 [C++] Add command line utilities that convert between stream and file. - posted by we...@apache.org on 2017/01/25 19:49:07 UTC, 0 replies.
- arrow git commit: ARROW-512: C++: Add method to check for primitive types - posted by we...@apache.org on 2017/01/26 18:20:37 UTC, 0 replies.
- arrow git commit: ARROW-513: [C++] Fixing Appveyor / MSVC build - posted by we...@apache.org on 2017/01/26 23:38:26 UTC, 0 replies.
- arrow git commit: ARROW-514: [Python] Automatically wrap pyarrow.io.Buffer in BufferReader - posted by we...@apache.org on 2017/01/27 03:12:26 UTC, 0 replies.
- arrow git commit: ARROW-515: [Python] Add read_all methods to FileReader, StreamReader - posted by uw...@apache.org on 2017/01/27 09:46:50 UTC, 0 replies.
- arrow git commit: ARROW-519: [C++] Refactor array comparison code into a compare.h / compare.cc in part to resolve Xcode 6.1 linker issue - posted by we...@apache.org on 2017/01/30 02:27:26 UTC, 0 replies.
- arrow git commit: ARROW-410: [C++] Add virtual Writeable::Flush - posted by we...@apache.org on 2017/01/31 13:00:57 UTC, 0 replies.