You are viewing a plain text version of this content. The canonical link for it is here.
- [arrow] branch master updated: ARROW-2955: Fix typo in pyarrow's HDFS API result - posted by we...@apache.org on 2018/08/01 13:53:57 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2954: [Plasma] Reduce plasma store memory usage - posted by we...@apache.org on 2018/08/01 13:56:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2930: [C++] migrated MacOS specific code for shared library target - posted by we...@apache.org on 2018/08/01 13:56:56 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2960: [Packaging] Fix verify-release-candidate for binary packages and fix release cutting script for lib64 cmake issue - posted by cp...@apache.org on 2018/08/01 16:53:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2911: [Python] Parquet binary statistics that end in '\0' truncate last byte - posted by ap...@apache.org on 2018/08/01 20:32:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2953: [Plasma] Reduce plasma memory usage - posted by ro...@apache.org on 2018/08/02 03:45:52 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2963: [C++] Make thread pool fork-safe - posted by we...@apache.org on 2018/08/02 23:23:05 UTC, 0 replies.
- [arrow] annotated tag apache-arrow-0.10.0 deleted (was 5f5d319) - posted by cp...@apache.org on 2018/08/02 23:55:45 UTC, 0 replies.
- [arrow] annotated tag apache-arrow-0.10.0 updated (07f142d -> 939c79b) - posted by cp...@apache.org on 2018/08/03 00:03:04 UTC, 0 replies.
- svn commit: r28530 [3/3] - in /dev/arrow/apache-arrow-0.10.0-rc1: ./ binaries/ binaries/centos-6/ binaries/centos-7/ binaries/conda-linux-py27/ binaries/conda-linux-py35/ binaries/conda-linux-py36/ binaries/conda-osx-py27/ binaries/conda-osx-py35/ bina... - posted by cp...@apache.org on 2018/08/03 13:07:51 UTC, 0 replies.
- svn commit: r28530 [2/3] - in /dev/arrow/apache-arrow-0.10.0-rc1: ./ binaries/ binaries/centos-6/ binaries/centos-7/ binaries/conda-linux-py27/ binaries/conda-linux-py35/ binaries/conda-linux-py36/ binaries/conda-osx-py27/ binaries/conda-osx-py35/ bina... - posted by cp...@apache.org on 2018/08/03 13:07:51 UTC, 0 replies.
- svn commit: r28530 [1/3] - in /dev/arrow/apache-arrow-0.10.0-rc1: ./ binaries/ binaries/centos-6/ binaries/centos-7/ binaries/conda-linux-py27/ binaries/conda-linux-py35/ binaries/conda-linux-py36/ binaries/conda-osx-py27/ binaries/conda-osx-py35/ bina... - posted by cp...@apache.org on 2018/08/03 13:07:51 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2813: [CI] Mute uninformative lcov warnings - posted by we...@apache.org on 2018/08/04 02:23:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2666: [Python] Add __array__ method to Array, ChunkedArray, Column - posted by we...@apache.org on 2018/08/04 20:42:09 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2962: [Packaging] Bintray descriptor files are no longer needed - posted by we...@apache.org on 2018/08/04 22:08:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2480: [C++] Enable casting the value of a decimal to int32_t or int64_t - posted by we...@apache.org on 2018/08/04 22:37:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2978: [Rust] Change argument to rust fmt to fix build - posted by we...@apache.org on 2018/08/05 20:01:36 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2977: [Packaging] Release verification script should check rust too - posted by we...@apache.org on 2018/08/05 20:06:10 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2869: [Python] Add documentation for Array.to_numpy - posted by we...@apache.org on 2018/08/05 20:10:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2985: [Ruby] Add support for verifying RC - posted by we...@apache.org on 2018/08/06 12:15:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2990: [GLib] Support building with rpath-ed Arrow C++ on macOS - posted by we...@apache.org on 2018/08/06 12:16:41 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2951: [CI] Don't skip AppVeyor build on format-only changes - posted by we...@apache.org on 2018/08/06 12:17:13 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2982: Ensure release verification script works with wget < 1.16, build ORC in C++ libraries - posted by we...@apache.org on 2018/08/06 12:19:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2815: [CI] Skip Java tests and style checks on C++ job [skip appveyor] - posted by ap...@apache.org on 2018/08/06 17:10:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2061: [C++] Make tests a bit faster with Valgrind - posted by we...@apache.org on 2018/08/06 18:41:55 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2988: Improve Windows release verification script to be more automated - posted by we...@apache.org on 2018/08/06 18:42:32 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2813: [CI] [Followup] Disable gcov output in Travis-CI logs - posted by we...@apache.org on 2018/08/06 19:38:42 UTC, 0 replies.
- [arrow] branch master updated (1e2a069 -> 551e9ce) - posted by we...@apache.org on 2018/08/06 19:40:15 UTC, 0 replies.
- [arrow] 01/15: ARROW-2813: [CI] Mute uninformative lcov warnings - posted by we...@apache.org on 2018/08/06 19:40:16 UTC, 0 replies.
- [arrow] 02/15: ARROW-2666: [Python] Add __array__ method to Array, ChunkedArray, Column - posted by we...@apache.org on 2018/08/06 19:40:17 UTC, 0 replies.
- [arrow] 03/15: ARROW-2962: [Packaging] Bintray descriptor files are no longer needed - posted by we...@apache.org on 2018/08/06 19:40:18 UTC, 0 replies.
- [arrow] 04/15: ARROW-2480: [C++] Enable casting the value of a decimal to int32_t or int64_t - posted by we...@apache.org on 2018/08/06 19:40:19 UTC, 0 replies.
- [arrow] 05/15: ARROW-2978: [Rust] Change argument to rust fmt to fix build - posted by we...@apache.org on 2018/08/06 19:40:20 UTC, 0 replies.
- [arrow] 06/15: ARROW-2977: [Packaging] Release verification script should check rust too - posted by we...@apache.org on 2018/08/06 19:40:21 UTC, 0 replies.
- [arrow] 07/15: ARROW-2869: [Python] Add documentation for Array.to_numpy - posted by we...@apache.org on 2018/08/06 19:40:22 UTC, 0 replies.
- [arrow] 08/15: ARROW-2985: [Ruby] Add support for verifying RC - posted by we...@apache.org on 2018/08/06 19:40:23 UTC, 0 replies.
- [arrow] 09/15: ARROW-2990: [GLib] Support building with rpath-ed Arrow C++ on macOS - posted by we...@apache.org on 2018/08/06 19:40:24 UTC, 0 replies.
- [arrow] 10/15: ARROW-2951: [CI] Don't skip AppVeyor build on format-only changes - posted by we...@apache.org on 2018/08/06 19:40:25 UTC, 0 replies.
- [arrow] 11/15: ARROW-2982: Ensure release verification script works with wget < 1.16, build ORC in C++ libraries - posted by we...@apache.org on 2018/08/06 19:40:26 UTC, 0 replies.
- [arrow] 12/15: ARROW-2815: [CI] Skip Java tests and style checks on C++ job [skip appveyor] - posted by we...@apache.org on 2018/08/06 19:40:27 UTC, 0 replies.
- [arrow] 13/15: ARROW-2061: [C++] Make tests a bit faster with Valgrind - posted by we...@apache.org on 2018/08/06 19:40:28 UTC, 0 replies.
- [arrow] 14/15: ARROW-2988: Improve Windows release verification script to be more automated - posted by we...@apache.org on 2018/08/06 19:40:29 UTC, 0 replies.
- [arrow] 15/15: ARROW-2813: [CI] [Followup] Disable gcov output in Travis-CI logs - posted by we...@apache.org on 2018/08/06 19:40:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2964: [Go] wire all primitive arrays into array.MakeFromArray - posted by we...@apache.org on 2018/08/06 19:44:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2996: [C++] Fix typo in cpp/.clang-tidy - posted by we...@apache.org on 2018/08/06 20:04:11 UTC, 0 replies.
- svn commit: r28579 - /release/arrow/KEYS - posted by cp...@apache.org on 2018/08/06 20:11:58 UTC, 0 replies.
- svn commit: r28581 [3/3] - in /release/arrow/arrow-0.10.0: ./ binaries/ binaries/centos-6/ binaries/centos-7/ binaries/conda-linux-py27/ binaries/conda-linux-py35/ binaries/conda-linux-py36/ binaries/conda-osx-py27/ binaries/conda-osx-py35/ binaries/co... - posted by cp...@apache.org on 2018/08/06 20:29:52 UTC, 0 replies.
- svn commit: r28581 [1/3] - in /release/arrow/arrow-0.10.0: ./ binaries/ binaries/centos-6/ binaries/centos-7/ binaries/conda-linux-py27/ binaries/conda-linux-py35/ binaries/conda-linux-py36/ binaries/conda-osx-py27/ binaries/conda-osx-py35/ binaries/co... - posted by cp...@apache.org on 2018/08/06 20:29:52 UTC, 0 replies.
- svn commit: r28581 [2/3] - in /release/arrow/arrow-0.10.0: ./ binaries/ binaries/centos-6/ binaries/centos-7/ binaries/conda-linux-py27/ binaries/conda-linux-py35/ binaries/conda-linux-py36/ binaries/conda-osx-py27/ binaries/conda-osx-py35/ binaries/co... - posted by cp...@apache.org on 2018/08/06 20:29:52 UTC, 0 replies.
- [arrow] branch master updated: ARROW-1491: [C++] Add casting from strings to numbers and booleans - posted by we...@apache.org on 2018/08/06 23:20:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3001: [Packaging] Don't modify PATH during rust release verification - posted by we...@apache.org on 2018/08/06 23:26:38 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2220: Only suggest default fix version that is a mainline release in merge tool - posted by we...@apache.org on 2018/08/06 23:27:16 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3003: [Doc] Enable Java doc generation - posted by we...@apache.org on 2018/08/07 00:13:10 UTC, 0 replies.
- [01/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:16 UTC, 0 replies.
- [02/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:17 UTC, 0 replies.
- [03/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:18 UTC, 0 replies.
- [04/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:19 UTC, 0 replies.
- [05/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:20 UTC, 0 replies.
- [06/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:21 UTC, 0 replies.
- [07/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:22 UTC, 0 replies.
- [08/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:23 UTC, 0 replies.
- [09/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:24 UTC, 0 replies.
- [10/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:25 UTC, 0 replies.
- [11/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:26 UTC, 0 replies.
- [12/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:27 UTC, 0 replies.
- [13/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:28 UTC, 0 replies.
- [14/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:29 UTC, 0 replies.
- [15/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:30 UTC, 0 replies.
- [16/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:31 UTC, 0 replies.
- [17/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:32 UTC, 0 replies.
- [18/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:33 UTC, 0 replies.
- [19/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:34 UTC, 0 replies.
- [20/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:35 UTC, 0 replies.
- [21/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:36 UTC, 0 replies.
- [22/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:37 UTC, 0 replies.
- [23/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:38 UTC, 0 replies.
- [24/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:39 UTC, 0 replies.
- [25/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:40 UTC, 0 replies.
- [26/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:41 UTC, 0 replies.
- [27/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:42 UTC, 0 replies.
- [28/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:43 UTC, 0 replies.
- [29/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:44 UTC, 0 replies.
- [30/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:45 UTC, 0 replies.
- [31/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:46 UTC, 0 replies.
- [32/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:47 UTC, 0 replies.
- [33/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:48 UTC, 0 replies.
- [34/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:49 UTC, 0 replies.
- [35/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:50 UTC, 0 replies.
- [36/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:51 UTC, 0 replies.
- [37/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:52 UTC, 0 replies.
- [38/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:53 UTC, 0 replies.
- [39/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:54 UTC, 0 replies.
- [40/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:55 UTC, 0 replies.
- [41/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:56 UTC, 0 replies.
- [42/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:57 UTC, 0 replies.
- [43/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:58 UTC, 0 replies.
- [44/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:02:59 UTC, 0 replies.
- [45/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:03:00 UTC, 0 replies.
- [46/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:03:01 UTC, 0 replies.
- [47/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:03:02 UTC, 0 replies.
- [48/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:03:03 UTC, 0 replies.
- [49/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:03:04 UTC, 0 replies.
- [50/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:03:05 UTC, 0 replies.
- [51/51] [partial] arrow-site git commit: Update documentation for 0.10.0 - posted by we...@apache.org on 2018/08/07 01:03:06 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2992: [CI] Remove some AppVeyor build configurations - posted by ap...@apache.org on 2018/08/07 12:43:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2999: [Python] Disable ASV runs in Travis CI for now - posted by we...@apache.org on 2018/08/07 12:49:24 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3005: [Release] Update website, draft simple release blog post for 0.10.0 - posted by we...@apache.org on 2018/08/07 13:50:16 UTC, 0 replies.
- [1/2] arrow-site git commit: Website updates for 0.10.0 release - posted by we...@apache.org on 2018/08/07 15:40:43 UTC, 0 replies.
- [2/2] arrow-site git commit: Website updates for 0.10.0 release - posted by we...@apache.org on 2018/08/07 15:40:44 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2992: [Python] Fix Parquet benchmark - posted by ap...@apache.org on 2018/08/07 15:42:49 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3007: [Packaging] Remove needless dependencies - posted by we...@apache.org on 2018/08/07 19:24:06 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3011: [CI] Remove Slack notification - posted by we...@apache.org on 2018/08/07 20:12:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3008: [Packaging] Verify GPU related modules if available - posted by we...@apache.org on 2018/08/07 20:15:23 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3006: [GLib] Fix a bug that .gir/.typelib for GPU aren't installed - posted by we...@apache.org on 2018/08/07 20:16:10 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3009: [Python] Fix pyarrow ORC reader - posted by we...@apache.org on 2018/08/07 20:51:11 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3010: [GLib] Update README to use Bundler - posted by we...@apache.org on 2018/08/07 21:51:35 UTC, 0 replies.
- svn commit: r28614 - /release/arrow/arrow-0.9.0/ - posted by ko...@apache.org on 2018/08/08 06:24:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3002: [Python] Hash more parts of pyarrow.Field - posted by ap...@apache.org on 2018/08/08 15:10:08 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2976: [Python] Fix pyarrow.get_library_dirs - posted by we...@apache.org on 2018/08/08 16:30:54 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3019: [Packaging] Use Bundler to verify Arrow GLib - posted by we...@apache.org on 2018/08/08 16:33:12 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2950: [C++] Clean up util/bit-util.h - posted by we...@apache.org on 2018/08/08 16:34:20 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2986: [C++] Use /EHsc flag for exception handling on MSVC, disable C4772 compiler warning in arrow/util/logging.h - posted by we...@apache.org on 2018/08/08 16:35:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2994: [Python] Only include Python and NumPy include directories for libarrow_python targets - posted by we...@apache.org on 2018/08/08 16:36:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2975: [Plasma] Fix TensorFlow operator compilation with pip package - posted by ro...@apache.org on 2018/08/08 20:06:51 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3024: [C++] Remove mutex in MemoryPool implementations - posted by we...@apache.org on 2018/08/08 20:17:12 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3021: [Go] add support for List arrays - posted by we...@apache.org on 2018/08/08 21:02:33 UTC, 0 replies.
- [arrow] branch master updated: [C++] Fix a typo in `FindClangTools.cmake`. (#2404) - posted by we...@apache.org on 2018/08/08 21:10:21 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3023: [C++] Add gold linker enabling logic from Apache Kudu - posted by we...@apache.org on 2018/08/09 04:11:40 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3027: [Ruby] Stop "git tag" by "rake release" - posted by ko...@apache.org on 2018/08/09 04:40:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3026: [Python] [Plasma] Only run Plasma unit tests with valgrind under Python 3.6 - posted by we...@apache.org on 2018/08/09 04:45:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3012: [Python] Fix setuptools_scm usage - posted by we...@apache.org on 2018/08/09 14:12:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3000: [C++] Add option to label test groups then only build those unit tests - posted by we...@apache.org on 2018/08/09 14:26:15 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3028: [Python] Do less work to test Python documentation build - posted by we...@apache.org on 2018/08/09 16:00:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3015: [Python] Fix typo in uint8() docstring - posted by we...@apache.org on 2018/08/09 16:05:07 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2814: [Python] Unify conversion paths for sequences of Python objects - posted by we...@apache.org on 2018/08/09 17:31:15 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3029: [Python] Generate version file when building - posted by we...@apache.org on 2018/08/09 17:49:32 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2998: [C++] Add unique_ptr versions of Allocate[Resizable]Buffer - posted by we...@apache.org on 2018/08/09 17:57:23 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2979: [GLib] Add operator functions in GArrowDecimal128 - posted by ko...@apache.org on 2018/08/11 09:52:55 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3046: [GLib] Use rubyish method - posted by ko...@apache.org on 2018/08/11 23:07:43 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3022: [Go] add support for Struct arrays - posted by ap...@apache.org on 2018/08/13 18:00:07 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3042: [Go] add godoc badge to README - posted by ap...@apache.org on 2018/08/13 18:10:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2952: [C++] Dockerized include-what-you-use - posted by we...@apache.org on 2018/08/14 03:30:24 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3047: [C++/Python] Better build instructions with ORC - posted by we...@apache.org on 2018/08/14 03:37:56 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3043: [C++] pthread doesn't exist on MinGW - posted by we...@apache.org on 2018/08/14 03:38:40 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3034: [Packaging] Resolve symbolic link in tar.gz - posted by we...@apache.org on 2018/08/14 03:43:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3045: [Python] Remove nullcheck from ipc Message and MessageReader - posted by we...@apache.org on 2018/08/14 04:11:38 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3044: [Python] Remove all occurrences of cython's legacy property definition syntax - posted by we...@apache.org on 2018/08/14 14:09:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3031: [Go] streamline Release of Arrays and Builders - posted by we...@apache.org on 2018/08/14 17:05:37 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3036: [Go] implement array.NewSlice - posted by we...@apache.org on 2018/08/14 17:15:11 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3037: [Go] implement Null array - posted by we...@apache.org on 2018/08/14 17:34:49 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3035 [Rust] Examples in README.md do not run - posted by ap...@apache.org on 2018/08/15 11:00:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3057: [INTEGRATION] Fix spark and hdfs dockerfiles - posted by we...@apache.org on 2018/08/15 13:05:07 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2925: [JS] Documentation failing in docker container - posted by we...@apache.org on 2018/08/15 17:36:44 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2687: [JS] Example usage in README is outdated - posted by we...@apache.org on 2018/08/15 20:46:26 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3062: [Python] Fix python package finder to also work in Python 2.7 - posted by we...@apache.org on 2018/08/16 14:05:08 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3059: [C++] Remove namespace arrow::test - posted by we...@apache.org on 2018/08/16 14:13:20 UTC, 0 replies.
- [arrow-testing] branch master created (now 6ee39a9) - posted by we...@apache.org on 2018/08/16 19:21:05 UTC, 0 replies.
- [arrow-testing] 01/01: Initial commit - posted by we...@apache.org on 2018/08/16 19:21:06 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3064: [C++] Add option to ADD_ARROW_TEST to indicate additional dependencies for particular unit test executables - posted by we...@apache.org on 2018/08/16 20:44:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-1799: [Plasma C++] Make unittest does not create plasma store executable - posted by we...@apache.org on 2018/08/16 21:37:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2583: [Rust] Buffer should be typeless - posted by we...@apache.org on 2018/08/17 16:50:41 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3067: [Packaging] Support dev/rc/release .deb/.rpm builds - posted by we...@apache.org on 2018/08/17 22:59:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3068: [Packaging] Bump version to 0.11.0-SNAPSHOT - posted by we...@apache.org on 2018/08/17 23:38:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3060: [C++] Factor out string-to-X conversion routines - posted by we...@apache.org on 2018/08/18 00:09:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3053: [Python] Add unit test for strided object conversion that was failing in 0.9.0 - posted by we...@apache.org on 2018/08/18 14:08:51 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2971: [Python] Give some modules in arrow/python more descriptive names - posted by we...@apache.org on 2018/08/18 17:45:06 UTC, 0 replies.
- [arrow] branch master updated: ARROW-1968: [C++/Python] Add basic unit tests for ORC reader - posted by we...@apache.org on 2018/08/18 17:45:53 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3083: [CI] Use higher clone depth to pick up tags [skip appveyor] - posted by we...@apache.org on 2018/08/20 05:23:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3088: [Rust] Use internal `Result` type instead of `Result` - posted by ag...@apache.org on 2018/08/20 13:30:20 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3050: [C++] Adopt HiveServer2 client codebase from cloudera/hs2client. Add Thrift to thirdparty toolchain - posted by we...@apache.org on 2018/08/21 14:53:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3094: [Python] Easier construction of schemas and struct types - posted by we...@apache.org on 2018/08/21 15:51:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3098: [C++/Python] Allow seeking at end of BufferReader and FixedSizeBufferWriter - posted by we...@apache.org on 2018/08/21 16:20:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3095: [Plasma] Move plasma store - posted by we...@apache.org on 2018/08/21 21:04:52 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3100: [GLib] Follow Homebrew change that lua splits luarocks - posted by ko...@apache.org on 2018/08/22 02:46:07 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3106: [Website] Update committers and PMC roster on website - posted by ko...@apache.org on 2018/08/22 05:16:09 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3099: [C++] Add benchmark for number parsing - posted by ap...@apache.org on 2018/08/22 10:54:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3109: [Python] Add Python 3.7 virtualenvs to manylinux1 container - posted by uw...@apache.org on 2018/08/22 14:27:59 UTC, 0 replies.
- [arrow] branch datevector-from deleted (was e17ad28) - posted by bh...@apache.org on 2018/08/22 15:39:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3110: [C++] Fix warnings with gcc 7.3.0 - posted by we...@apache.org on 2018/08/22 19:04:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2965: [Python] Guard against overflow when serializing Numpy uint64 scalar - posted by we...@apache.org on 2018/08/22 19:08:12 UTC, 0 replies.
- arrow-site git commit: Update committers list - posted by we...@apache.org on 2018/08/23 15:59:10 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3105: [Plasma] Improve flushing error message - posted by pc...@apache.org on 2018/08/23 17:44:40 UTC, 0 replies.
- [arrow] branch master updated: ARROW-1661: [Python] Build Python 3.7 in manylinux container - posted by uw...@apache.org on 2018/08/24 09:01:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3111: [Java] Adding logback config file to allow running tests with different log level - posted by ic...@apache.org on 2018/08/24 14:11:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3018: [Plasma] Remove Mersenne twister - posted by ro...@apache.org on 2018/08/25 01:48:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-1563: [C++] Implement logical unary and binary kernels for boolean arrays - posted by uw...@apache.org on 2018/08/25 11:04:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3114: [Website] Add information about user@ mailing list to website / Community page - posted by we...@apache.org on 2018/08/26 00:44:37 UTC, 0 replies.
- [arrow] branch master updated: ARROW-1563: [C++][FOLLOWUP] Use std::function instead of declaring auxiliary helper classes - posted by we...@apache.org on 2018/08/26 20:04:11 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3116: [Plasma] Add "ls" to object store - posted by pc...@apache.org on 2018/08/26 20:24:12 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3117: [GLib] Add garrow_chunked_array_to_string() - posted by ko...@apache.org on 2018/08/27 04:49:32 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3017: [C++] Don't throw exception in arrow/util/thread-pool.h - posted by ap...@apache.org on 2018/08/27 17:15:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3125: [Python] Update ASV instructions - posted by we...@apache.org on 2018/08/27 18:37:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3049: [C++/Python] Fix reading empty ORC file - posted by ap...@apache.org on 2018/08/28 09:24:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3129: [Packaging] Stop to use deprecated BuildRoot and Group in .spec - posted by we...@apache.org on 2018/08/28 16:35:35 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2734: [Python] Cython api example doesn't work by default on macOS - posted by we...@apache.org on 2018/08/28 16:38:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3130: [Go] add initial support for Go modules - posted by we...@apache.org on 2018/08/28 16:44:03 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3119: [Packaging] Nightly packaging script fails - posted by uw...@apache.org on 2018/08/29 13:37:35 UTC, 0 replies.
- [arrow] branch master updated: [Python] [DOC] Fix a typo in doc/source/ipc.rst - posted by we...@apache.org on 2018/08/29 17:33:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3140: [Plasma] Fix Plasma build with GPU support - posted by uw...@apache.org on 2018/08/30 11:26:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3148: [C++] Remove needless U+00A0 NO-BREAK SPACE (#2500) - posted by we...@apache.org on 2018/08/30 17:40:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3147: [C++] Improve MSVC version detection - posted by we...@apache.org on 2018/08/30 18:32:54 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3018: [Plasma][FOLLOWUP] Update plasma documentation - posted by we...@apache.org on 2018/08/30 18:55:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3142: [C++] Fetch all libs from toolchain environment - posted by we...@apache.org on 2018/08/30 18:58:20 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3115: [JAVA] Style checks - fix import ordering - posted by ic...@apache.org on 2018/08/31 13:29:19 UTC, 0 replies.