You are viewing a plain text version of this content. The canonical link for it is here.
- arrow git commit: ARROW-8: Add .travis.yml and test script for Arrow C++. OS X build fixes - posted by we...@apache.org on 2016/03/02 02:24:33 UTC, 0 replies.
- arrow git commit: ARROW-13: Add PR merge tool from parquet-mr, suitably modified - posted by we...@apache.org on 2016/03/03 22:49:10 UTC, 0 replies.
- arrow git commit: ARROW-36: Remove fixVersions from JIRA resolve code path - posted by we...@apache.org on 2016/03/03 22:59:46 UTC, 0 replies.
- arrow git commit: ARROW-19: Add an externalized MemoryPool interface for use in builder classes - posted by we...@apache.org on 2016/03/03 23:02:28 UTC, 0 replies.
- arrow git commit: ARROW-20: Add null_count_ member to array containers, remove nullable_ member - posted by we...@apache.org on 2016/03/03 23:56:05 UTC, 0 replies.
- arrow git commit: ARROW-21: Implement a simple in-memory Schema data structure - posted by we...@apache.org on 2016/03/04 00:35:27 UTC, 0 replies.
- arrow git commit: ARROW-15: Fix a naming typo for memory.AllocationManager.AllocationOutcome - posted by we...@apache.org on 2016/03/04 01:14:21 UTC, 0 replies.
- arrow git commit: ARROW-10: Fix mismatch of javadoc names and method parameters - posted by we...@apache.org on 2016/03/04 01:16:03 UTC, 0 replies.
- arrow git commit: ARROW-26: Add instructions for enabling Arrow C++ Parquet adapter build - posted by we...@apache.org on 2016/03/04 01:18:01 UTC, 0 replies.
- arrow git commit: ARROW-23: Add a logical Column data structure - posted by we...@apache.org on 2016/03/05 00:01:44 UTC, 0 replies.
- arrow git commit: ARROW-24: C++: Implement a logical Table container type - posted by we...@apache.org on 2016/03/05 02:59:30 UTC, 0 replies.
- arrow git commit: ARROW-7: Add barebones Python library build toolchain - posted by we...@apache.org on 2016/03/07 23:42:03 UTC, 0 replies.
- arrow git commit: ARROW-35: Add a short call-to-action in the top level README.md - posted by we...@apache.org on 2016/03/07 23:47:06 UTC, 0 replies.
- arrow git commit: ARROW-9: Rename some unchanged "Drill" to "Arrow" (follow-up) - posted by we...@apache.org on 2016/03/07 23:48:54 UTC, 0 replies.
- [1/2] arrow git commit: ARROW-31: Python: prototype user object model, add PyList conversion path with type inference - posted by we...@apache.org on 2016/03/08 00:02:26 UTC, 0 replies.
- [2/2] arrow git commit: ARROW-31: Python: prototype user object model, add PyList conversion path with type inference - posted by we...@apache.org on 2016/03/08 00:02:27 UTC, 0 replies.
- arrow git commit: ARROW-44: Python: prototype object model for array slot values ("scalars") - posted by we...@apache.org on 2016/03/08 07:39:14 UTC, 0 replies.
- arrow git commit: ARROW-43: Python: format array values to in __repr__ for interactive computing - posted by we...@apache.org on 2016/03/08 21:48:10 UTC, 0 replies.
- [1/4] arrow git commit: ARROW-46: ListVector should initialize bits in allocateNew - posted by sm...@apache.org on 2016/03/09 01:26:50 UTC, 0 replies.
- [2/4] arrow git commit: ARROW-18: Fix decimal precision and scale in MapWriters - posted by sm...@apache.org on 2016/03/09 01:26:51 UTC, 0 replies.
- [3/4] arrow git commit: ARROW-51: Add simple ValueVector tests - posted by sm...@apache.org on 2016/03/09 01:26:52 UTC, 0 replies.
- [4/4] arrow git commit: ARROW-17: set some vector fields to package level access for Drill compatibility - posted by sm...@apache.org on 2016/03/09 01:26:53 UTC, 0 replies.
- arrow git commit: ARROW-42: Add Python tests to Travis CI build - posted by we...@apache.org on 2016/03/09 05:29:07 UTC, 0 replies.
- [1/2] arrow git commit: ARROW-54: [Python] Rename package to "pyarrow" - posted by we...@apache.org on 2016/03/10 00:45:11 UTC, 0 replies.
- [2/2] arrow git commit: ARROW-54: [Python] Rename package to "pyarrow" - posted by we...@apache.org on 2016/03/10 00:45:12 UTC, 0 replies.
- arrow git commit: ARROW-55: [Python] Fix unit tests in 2.7 - posted by we...@apache.org on 2016/03/16 23:12:07 UTC, 0 replies.
- arrow git commit: ARROW-64: Add zsh support to C++ build scripts - posted by we...@apache.org on 2016/03/16 23:14:00 UTC, 0 replies.
- arrow git commit: ARROW-68: Better error handling for not fully setup systems - posted by we...@apache.org on 2016/03/17 23:05:18 UTC, 0 replies.
- arrow git commit: ARROW-73: Support older CMake versions - posted by we...@apache.org on 2016/03/22 00:31:49 UTC, 0 replies.
- arrow git commit: ARROW-72: Search for alternative parquet-cpp header - posted by we...@apache.org on 2016/03/22 00:34:18 UTC, 0 replies.
- arrow git commit: ARROW-28: Adding google's benchmark library to the toolchain - posted by we...@apache.org on 2016/03/22 16:51:30 UTC, 0 replies.
- arrow git commit: ARROW-75: Fix handling of empty strings - posted by we...@apache.org on 2016/03/22 22:16:03 UTC, 0 replies.
- [1/3] arrow git commit: ARROW-67: C++ metadata flatbuffer serialization and data movement to memory maps - posted by we...@apache.org on 2016/03/23 02:45:22 UTC, 0 replies.
- [2/3] arrow git commit: ARROW-67: C++ metadata flatbuffer serialization and data movement to memory maps - posted by we...@apache.org on 2016/03/23 02:45:23 UTC, 0 replies.
- [3/3] arrow git commit: ARROW-67: C++ metadata flatbuffer serialization and data movement to memory maps - posted by we...@apache.org on 2016/03/23 02:45:24 UTC, 0 replies.
- arrow git commit: ARROW-70: Add adapt 'lite' DCHECK macros from Kudu as also used in Parquet - posted by we...@apache.org on 2016/03/23 18:59:45 UTC, 0 replies.
- arrow git commit: ARROW-77: [C++] Conform bitmap interpretation to ARROW-62; 1 for nulls, 0 for non-nulls - posted by we...@apache.org on 2016/03/24 17:32:08 UTC, 0 replies.
- arrow git commit: ARROW-62: Clarify null bitmap interpretation, indicate bit-endianness, add null count, remove non-nullable physical distinction - posted by we...@apache.org on 2016/03/25 03:19:46 UTC, 0 replies.
- arrow git commit: ARROW-37: [C++ / Python] Implement BooleanArray and BooleanBuilder. Handle Python built-in bool - posted by we...@apache.org on 2016/03/26 00:52:21 UTC, 0 replies.
- arrow git commit: ARROW-22: [C++] Convert flat Parquet schemas to Arrow schemas - posted by we...@apache.org on 2016/03/27 01:07:50 UTC, 0 replies.
- arrow git commit: ARROW-63: [C++] Enable ctest to work on systems with Python 3 as the default Python - posted by we...@apache.org on 2016/03/27 21:28:25 UTC, 0 replies.
- arrow git commit: ARROW-65: Be less restrictive on PYTHON_LIBRARY search paths - posted by we...@apache.org on 2016/03/27 21:31:05 UTC, 0 replies.
- arrow git commit: ARROW-30: [Python] Routines for converting between arrow::Array/Table and pandas.DataFrame - posted by we...@apache.org on 2016/03/28 18:36:28 UTC, 0 replies.
- arrow git commit: ARROW-80: Handle len call for pre-init arrays - posted by we...@apache.org on 2016/03/28 18:38:19 UTC, 0 replies.
- arrow git commit: ARROW-79: [Python] Add benchmarks - posted by we...@apache.org on 2016/03/28 18:40:04 UTC, 0 replies.
- arrow git commit: ARROW-88: [C++] Refactor usages of parquet_cpp namespace - posted by we...@apache.org on 2016/03/28 19:39:31 UTC, 0 replies.
- arrow git commit: ARROW-83: [C++] Add basic test infrastructure for DecimalType - posted by we...@apache.org on 2016/03/28 19:42:20 UTC, 0 replies.
- arrow git commit: ARROW-87: [C++] Add all four possible ways to encode Decimals in Parquet to schema conversion - posted by we...@apache.org on 2016/03/28 19:49:14 UTC, 0 replies.
- arrow git commit: ARROW-93: Fix builds when using XCode 7.3 - posted by we...@apache.org on 2016/03/31 19:03:05 UTC, 0 replies.