You are viewing a plain text version of this content. The canonical link for it is here.
- [arrow] branch master updated: ARROW-3920: [plasma] Fix reference counting in custom tensorflow plasma operator. - posted by pc...@apache.org on 2018/12/01 08:27:03 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3924: [Packaging][Plasma] Add support for Plasma deb/rpm packages - posted by we...@apache.org on 2018/12/02 01:41:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3898: [Example] parquet-arrow example has compilation errors - posted by we...@apache.org on 2018/12/02 03:52:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3870: [C++] Add Peek to InputStream abstract interface - posted by we...@apache.org on 2018/12/02 04:21:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3925: [Python] Add autoconf to conda install instructions - posted by we...@apache.org on 2018/12/02 04:25:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3912: [Plasma][GLib] Add support for creating and referring objects - posted by sh...@apache.org on 2018/12/02 10:39:36 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3890: [Python] Handle NumPy binary arrays with UTF-8 validation when converting to StringArray - posted by we...@apache.org on 2018/12/02 16:41:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3684: [Go] Add chunking ability to CSV reader - posted by we...@apache.org on 2018/12/02 17:36:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3922: [C++] Micro-optimizations to BitUtil::GetBit - posted by we...@apache.org on 2018/12/02 23:05:36 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1467: [C++] Remove defunct ChunkedAllocator code - posted by we...@apache.org on 2018/12/03 03:44:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3853: [C++] Implement string to timestamp cast - posted by we...@apache.org on 2018/12/03 13:50:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3842: [R] RecordBatchStreamWriter api - posted by we...@apache.org on 2018/12/03 21:21:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3199: [Plasma] File descriptor send and receive retries - posted by pc...@apache.org on 2018/12/03 22:28:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2759: [Plasma] Export plasma notification socket - posted by pc...@apache.org on 2018/12/03 22:34:15 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3884: [Python] Add LLVM6 to manylinux1 base image - posted by we...@apache.org on 2018/12/04 01:08:02 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1469: [C++] Fix data corruption bug in parquet::internal::DefinitionLevelsToBitmap that was triggered through random data - posted by we...@apache.org on 2018/12/04 01:11:35 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3906: [C++] Break out builder.cc into multiple compilation units - posted by we...@apache.org on 2018/12/04 01:19:21 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3874: [C++] Add LLVM_DIR to find_package in FindLLVM.cmake - posted by we...@apache.org on 2018/12/04 01:20:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3914: [C++/Python/Packaging] Docker-compose setup for Alpine linux - posted by we...@apache.org on 2018/12/04 02:53:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2909: [JS] Add convenience function for creating a table from a list of vectors - posted by bh...@apache.org on 2018/12/04 03:12:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3834: [Doc] Merge C++ and Python documentation - posted by we...@apache.org on 2018/12/04 03:25:07 UTC, 1 replies.
- [arrow] branch master updated (80fd4ef -> 0729cb7) - posted by we...@apache.org on 2018/12/04 03:26:42 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3892: [JS] Remove any dependency on compromised NPM flatmap-stream package - posted by bh...@apache.org on 2018/12/04 15:21:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3931: [C++] Make possible to build regardless of LANG - posted by we...@apache.org on 2018/12/04 15:32:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3934: [Gandiva] Only add precompiled tests if ARROW_GANDIVA_BUILD_TESTS - posted by we...@apache.org on 2018/12/04 15:37:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3629: [Python] Add write_to_dataset to Python Sphinx API listing - posted by we...@apache.org on 2018/12/05 00:18:57 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2993: [JS] Document minimum supported NodeJS version - posted by bh...@apache.org on 2018/12/05 02:57:57 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3937: [Rust] Fix Rust nightly build (formatting rules changed) - posted by ko...@apache.org on 2018/12/05 08:37:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3936: [C++] Add _O_NOINHERIT to the file open flags on Windows - posted by ap...@apache.org on 2018/12/05 10:59:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3883: [Rust] Update README - posted by we...@apache.org on 2018/12/05 16:43:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3939: [Rust] Remove macro definition for ListArrayBuilder - posted by we...@apache.org on 2018/12/05 16:47:44 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3318: [C++] Push down read-all-batches operation on RecordBatchReader into C++ - posted by we...@apache.org on 2018/12/05 16:48:51 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3894: [C++] Ensure that IPC file is properly initialized even if no record batches are written - posted by we...@apache.org on 2018/12/05 16:58:50 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3871: [R] Replace usages of C++ GetValuesSafely with new methods on ArrayData - posted by we...@apache.org on 2018/12/05 17:07:40 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3441: [Gandiva] Use common unit test creation facilities, do not produce multiple executables for the same unit tests - posted by we...@apache.org on 2018/12/05 17:33:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3681: [Go] Add benchmarks for CSV reader - posted by uw...@apache.org on 2018/12/05 18:00:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3929: [Go] improve CSV reader memory usage - posted by uw...@apache.org on 2018/12/05 18:06:52 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3272: [Java][Docs] Add documentation about Java code style - posted by cu...@apache.org on 2018/12/05 18:26:40 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3291: [C++] Add string_view-based constructor for BufferReader - posted by we...@apache.org on 2018/12/06 00:06:07 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3908: [Rust] Update rust dockerfile to use nightly toolchain - posted by ko...@apache.org on 2018/12/06 02:10:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3209: [C++] Rename libarrow_gpu to libarrow_cuda - posted by ko...@apache.org on 2018/12/06 03:26:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3921: [GLib][CI] Log Homebrew output - posted by ko...@apache.org on 2018/12/06 05:53:50 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3586: [Python] Add test ensuring no segfault - posted by we...@apache.org on 2018/12/06 15:07:24 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3945: [Website] Update website for Gandiva donation - posted by we...@apache.org on 2018/12/06 15:13:52 UTC, 0 replies.
- arrow-site git commit: Update website for 0.11.1 and add Gandiva blog post - posted by we...@apache.org on 2018/12/06 15:15:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3941: [R] RecordBatchStreamReader$schema - posted by we...@apache.org on 2018/12/06 20:17:48 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1471: [C++] TypedStatistics::UpdateSpaced reads out of bounds value when there are more definition levels than spaced values - posted by we...@apache.org on 2018/12/06 20:26:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3946: [GLib] Add support for union - posted by sh...@apache.org on 2018/12/07 01:25:50 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3930: [C++] Avoid using Mersenne Twister for random test data - posted by we...@apache.org on 2018/12/07 03:42:05 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3948: [GLib][CI] Set timeout to Homebrew - posted by ko...@apache.org on 2018/12/07 05:45:21 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3952: [Rust] Upgrade to Rust 2018 Edition - posted by ko...@apache.org on 2018/12/08 00:34:59 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3955: [GLib] Add (transfer full) to free when no longer needed - posted by ko...@apache.org on 2018/12/08 01:38:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3950: [Plasma] Make loading the TensorFlow op optional - posted by pc...@apache.org on 2018/12/08 02:27:37 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3961: [Python/Documentation] Fix wrong path in the pyarrow README - posted by ks...@apache.org on 2018/12/08 13:13:08 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3940: [Python/Documentation] Add required packages to the development instruction - posted by we...@apache.org on 2018/12/09 17:30:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3303: [C++] API for creating arrays from simple JSON string - posted by we...@apache.org on 2018/12/09 19:28:42 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3970: [Gandiva][C++] Remove unnecessary boost dependencies. - posted by we...@apache.org on 2018/12/09 20:24:21 UTC, 1 replies.
- [arrow] branch master updated (6e3256b -> 1dee3f4) - posted by we...@apache.org on 2018/12/09 20:24:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3969: [Rust] Format using stable rustfmt - posted by we...@apache.org on 2018/12/09 20:45:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3963: [Packaging/Docker] Nightly test for building sphinx documentations - posted by uw...@apache.org on 2018/12/09 21:22:17 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3964: [Go] Refactor examples of csv reader - posted by ko...@apache.org on 2018/12/10 01:37:43 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3967: [Gandiva] [C++] Make node.h public - posted by ko...@apache.org on 2018/12/10 01:50:16 UTC, 0 replies.
- [arrow] branch master updated (a4063ed -> 1dc906e) - posted by ko...@apache.org on 2018/12/10 03:31:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3792: [C++] Writing a list-type chunked column to Parquet fails if any chunk is 0-length - posted by ks...@apache.org on 2018/12/10 13:05:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3727: [Python] Document use of foreign_buffer() - posted by we...@apache.org on 2018/12/10 15:12:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3980: [C++] Fix CRTP use in json-simple.cc - posted by we...@apache.org on 2018/12/10 15:15:21 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3977: [Gandiva] fix label during ctest invoc - posted by we...@apache.org on 2018/12/10 15:28:54 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3687: [Rust] Anything measuring array slots should be `usize` - posted by ks...@apache.org on 2018/12/10 15:30:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3983: [Gandiva][Crossbow] Link Boost statically in JAR packaging scripts - posted by ks...@apache.org on 2018/12/10 15:39:52 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2624: [Python] Random schema generator for Arrow conversion and Parquet testing - posted by ks...@apache.org on 2018/12/10 15:43:02 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3942: [R] Feather api fixes - posted by we...@apache.org on 2018/12/10 15:51:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3641: [Python] Remove unneeded public keyword from pyarrow public C APIs - posted by we...@apache.org on 2018/12/10 20:02:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3248: [C++] Add "arrow" prefix to Arrow core unit tests, use PREFIX instead of file name for csv, io, ipc tests. Modular target cleanup - posted by we...@apache.org on 2018/12/10 23:55:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3880: [Rust] Implement simple math operations for numeric arrays - posted by ag...@apache.org on 2018/12/11 03:03:42 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3993: [JS] CI Jobs Failing - posted by we...@apache.org on 2018/12/11 03:30:42 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3995: [CI] Use understandable names on Travis - posted by ap...@apache.org on 2018/12/11 14:01:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3986: [C++] Write prose documentation - posted by ap...@apache.org on 2018/12/11 14:16:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3960: [Rust] remove extern crate for Rust 2018 - posted by ag...@apache.org on 2018/12/12 00:21:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3996: [C++] Add missing packages on Linux - posted by ko...@apache.org on 2018/12/12 06:29:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3913: [Gandiva] [GLib] Add GGandivaLiteralNode - posted by ko...@apache.org on 2018/12/12 08:57:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4004: [GLib] Replace GPU with CUDA - posted by sh...@apache.org on 2018/12/12 10:57:27 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3976: [Ruby] Try to upgrade git to avoid errors caused by Homebrew on older git - posted by we...@apache.org on 2018/12/12 14:13:43 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4002: [C++][Gandiva] Remove needless CMake version check - posted by we...@apache.org on 2018/12/12 14:16:36 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3988: [C++] Do not build unit tests by default, fix building Gandiva unit tests when ARROW_BUILD_TESTS=OFF - posted by we...@apache.org on 2018/12/12 15:19:50 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3986: [C++] Document memory management and table APIs - posted by we...@apache.org on 2018/12/12 16:58:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3470: [C++] Fix row-wise example - posted by ap...@apache.org on 2018/12/12 18:54:55 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4008: [C++] Restore ARROW_BUILD_UTILITIES to fix integration tests - posted by we...@apache.org on 2018/12/12 22:11:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4005: [Plasma] [GLib] Add gplasma_client_disconnect() - posted by ko...@apache.org on 2018/12/13 08:44:38 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3866: [Python] Column metadata is not transferred to tables in pyarrow - posted by ap...@apache.org on 2018/12/13 12:36:30 UTC, 0 replies.
- svn commit: r31520 - /dev/arrow/KEYS - posted by ap...@apache.org on 2018/12/13 14:46:50 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1473: [C++] Add helper function that converts ParquetVersion to human-friendly string - posted by we...@apache.org on 2018/12/13 14:56:23 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4019: [C++] Fix Coverity issues - posted by we...@apache.org on 2018/12/13 15:52:24 UTC, 0 replies.
- svn commit: r31528 - in /dev/arrow: apache-arrow-0.1.0-rc0/ apache-arrow-0.1.0-rc1/ apache-arrow-0.1.0-rc2/ apache-arrow-0.1.0-rc3/ apache-arrow-0.10.0-rc0/ apache-arrow-0.10.0-rc1/ apache-arrow-0.11.0-rc0/ apache-arrow-0.11.0-rc1/ apache-arrow-0.11.1-... - posted by we...@apache.org on 2018/12/13 21:14:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3958: [Plasma] Reduce number of IPCs - posted by ro...@apache.org on 2018/12/13 23:10:17 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4015: [Plasma] remove unused interfaces for plasma manager - posted by pc...@apache.org on 2018/12/14 15:27:19 UTC, 0 replies.
- [arrow] branch master updated (8c41303 -> 804502f) - posted by we...@apache.org on 2018/12/14 19:05:57 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3762: [C++/Python] Support reading Parquet BYTE_ARRAY columns containing over 2GB of data - posted by we...@apache.org on 2018/12/14 20:49:20 UTC, 0 replies.
- [arrow] branch master updated: ARROW-1807: [Java] consolidate bufs to reduce heap (#3121) - posted by si...@apache.org on 2018/12/15 00:18:06 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3971: [Python] Remove deprecations in 0.11 and prior - posted by ks...@apache.org on 2018/12/15 16:17:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4037: [Packaging] Remove workaround to verify 0.11.0 - posted by ks...@apache.org on 2018/12/15 16:22:34 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4006: Add CODE_OF_CONDUCT.md - posted by ks...@apache.org on 2018/12/15 16:27:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4039: [Python] Update link to 'development.rst' page from Python README.md - posted by ks...@apache.org on 2018/12/15 19:19:56 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3230: [Python] Missing comparisons on ChunkedArray, Table - posted by ks...@apache.org on 2018/12/15 21:20:31 UTC, 0 replies.
- [arrow] branch master updated (2e8cfca -> d61ae4a) - posted by we...@apache.org on 2018/12/15 21:41:44 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4044: [Packaging/Python] Add hypothesis test dependency to pyarrow conda recipe - posted by we...@apache.org on 2018/12/15 21:57:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4029: [C++] Exclude headers with 'internal' from installation. Document header file conventions in README - posted by we...@apache.org on 2018/12/15 21:57:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2026: [C++] Enforce use_deprecated_int96_timestamps to all time… - posted by we...@apache.org on 2018/12/15 22:00:34 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3953: [Python] Compat with pandas 0.24 rename of MultiIndex labels -> codes - posted by ks...@apache.org on 2018/12/15 22:19:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4035: [Ruby] Support msys2 mingw dependencies - posted by ko...@apache.org on 2018/12/16 01:29:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4048: [GLib] Return ChunkedArray instead of Array in gparquet_arrow_file_reader_read_column - posted by ko...@apache.org on 2018/12/16 13:59:01 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4049: [C++] Arrow never use glog even though glog is linked. - posted by we...@apache.org on 2018/12/16 20:02:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4034: [Ruby] Add support :append option to FileOutputStream - posted by sh...@apache.org on 2018/12/17 00:57:42 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4043: [Packaging/Docker] Python tests on alpine miss pytest dependency - posted by ks...@apache.org on 2018/12/17 11:34:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4041: [CI] Python 2.7 run uses Python 3.6 - posted by ap...@apache.org on 2018/12/17 14:56:53 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4045: [Packaging/Python] Add hypothesis test dependency to wheel crossbow tests - posted by uw...@apache.org on 2018/12/17 15:12:44 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4054: [Python] Update gtest, flatbuffers and OpenSSL in manylinux1 base image - posted by we...@apache.org on 2018/12/17 16:01:24 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3879: [C++] Fix uninitialized member in CudaBufferWriter - posted by we...@apache.org on 2018/12/17 16:07:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4017: [C++] Move vendored libraries in dedicated directory - posted by we...@apache.org on 2018/12/17 16:09:01 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3674: [Go] Implement Date32 and Date64 array types - posted by we...@apache.org on 2018/12/17 16:09:37 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2637: [C++/Python] Build support and instructions for development on Alpine Linux - posted by we...@apache.org on 2018/12/17 16:55:27 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4033: [C++] Use readlink -f instead of realpath in dependency download script - posted by we...@apache.org on 2018/12/17 21:11:32 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4026: [C++] Add *-all, *-tests, *-benchmarks modular CMake targets. Use in Travis CI - posted by we...@apache.org on 2018/12/17 21:23:49 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4028: [Rust] Merge parquet-rs codebase - posted by we...@apache.org on 2018/12/17 21:35:45 UTC, 0 replies.
- [arrow] branch master updated: [C++] Make Doxygen less verbose (#3213) - posted by ks...@apache.org on 2018/12/18 14:29:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2560: [Rust] The Rust README should include Rust-specific information on contributing - posted by ks...@apache.org on 2018/12/18 14:38:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3058: [Python] Raise more helpful better error message when writing a pandas.DataFrame to Feather format that requires a chunked layout - posted by ks...@apache.org on 2018/12/18 14:47:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3387: [C++] Implement Binary to String cast - posted by ap...@apache.org on 2018/12/18 15:43:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4055: [Python] Fails to convert pytz.utc with versions 2018.3 and earlier - posted by we...@apache.org on 2018/12/18 16:53:23 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2919: [C++/Python] Improve HdfsFile error messages, fix Python unit test suite - posted by we...@apache.org on 2018/12/18 18:24:38 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4069: [Python] Add tests for casting binary -> string/utf8. Add pyarrow.utf8() type factory alias for readability - posted by we...@apache.org on 2018/12/19 00:55:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4070: [C++] Enable use of ARROW_BOOST_VENDORED with ninja-build - posted by we...@apache.org on 2018/12/19 00:56:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4051: [Gandiva] [GLib] Add support for null literal - posted by ko...@apache.org on 2018/12/19 02:40:10 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3989: [Rust] [CSV] Cast bool string to lower case in reader - posted by ks...@apache.org on 2018/12/19 12:57:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4066: [Doc] Instructions to create Sphinx documentation - posted by ap...@apache.org on 2018/12/19 14:52:32 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3979 : [Gandiva] fix all valgrind reported errors - posted by we...@apache.org on 2018/12/19 15:10:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3803: [C++/Python] Merge C++ builds and tests, run Python tests in separate CI entries - posted by we...@apache.org on 2018/12/19 16:07:20 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4030: [CI] Use travis_terminate in more script commands to fail faster - posted by we...@apache.org on 2018/12/19 16:54:42 UTC, 0 replies.
- [arrow] branch master updated: ARROW-554: [C++] Add functions to unify dictionary types and arrays - posted by we...@apache.org on 2018/12/19 18:54:15 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3545: [C++/Python] Use "field" terminology with StructType, specify behavior with duplicate field names - posted by we...@apache.org on 2018/12/19 21:51:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3620: [Python] Document pa.cpu_count() in Sphinx API docs - posted by ap...@apache.org on 2018/12/19 22:15:20 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4038: [Rust] Implement boolean AND, OR, NOT array ops - posted by ag...@apache.org on 2018/12/20 01:01:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4085: [GLib] Use "field" for struct data type - posted by sh...@apache.org on 2018/12/20 09:27:17 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4082: [C++] Allow RelWithDebInfo, improve FindClangTools - posted by we...@apache.org on 2018/12/20 14:37:03 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4084: [C++] Make Status static method support variadic arguments - posted by we...@apache.org on 2018/12/20 14:51:38 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4089: [Plasma] The tutorial is wrong regarding the parameter type of PlasmaClient.Create - posted by we...@apache.org on 2018/12/20 17:38:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4079: [C++] Add machine benchmark - posted by we...@apache.org on 2018/12/20 20:05:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4087: [C++] Make CSV spellings of null values configurable - posted by we...@apache.org on 2018/12/20 22:18:37 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3982: [C++] Allow "binary" input in simple JSON format - posted by we...@apache.org on 2018/12/20 22:20:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4052: [C++] Linker errors with glog and gflags - posted by we...@apache.org on 2018/12/20 22:55:20 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4093: [C++] Fix wrong suggested method name - posted by we...@apache.org on 2018/12/21 00:19:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4011: [Gandiva] Install irhelpers.bc and use it - posted by ko...@apache.org on 2018/12/21 15:32:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2970: [Python] Support conversions of NumPy string arrays requiring chunked binary output - posted by we...@apache.org on 2018/12/21 16:39:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4105: [Rust] Add rust-toolchain to enforce user to use nightly toolchain for building - posted by ks...@apache.org on 2018/12/22 20:10:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4075: [Rust] Reuse array builder after calling finish() - posted by ks...@apache.org on 2018/12/22 20:56:35 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4106: [Python] Tests fail to run because hypothesis update broke its API - posted by ks...@apache.org on 2018/12/22 22:23:20 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4101: [C++] Identity BinaryType cast - posted by ks...@apache.org on 2018/12/22 23:43:50 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4098: [Python] Deprecate open_file/open_stream top level APIs in favor of using ipc namespace - posted by ks...@apache.org on 2018/12/22 23:59:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2592: [Python] Add "ignore_metadata" option to Table.to_pandas - posted by ks...@apache.org on 2018/12/23 00:37:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4107: [Python] Use ninja in pyarrow manylinux1 build - posted by ks...@apache.org on 2018/12/23 15:16:58 UTC, 0 replies.
- [01/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:08 UTC, 0 replies.
- [02/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:09 UTC, 0 replies.
- [03/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:10 UTC, 0 replies.
- [04/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:11 UTC, 0 replies.
- [05/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:12 UTC, 0 replies.
- [06/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:13 UTC, 0 replies.
- [07/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:14 UTC, 0 replies.
- [08/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:15 UTC, 0 replies.
- [09/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:16 UTC, 0 replies.
- [10/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:17 UTC, 0 replies.
- [11/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:18 UTC, 0 replies.
- [12/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:19 UTC, 0 replies.
- [13/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:20 UTC, 0 replies.
- [14/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:21 UTC, 0 replies.
- [15/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:22 UTC, 0 replies.
- [16/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:23 UTC, 0 replies.
- [17/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:24 UTC, 0 replies.
- [18/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:25 UTC, 0 replies.
- [19/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:26 UTC, 0 replies.
- [20/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:27 UTC, 0 replies.
- [21/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:28 UTC, 0 replies.
- [22/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:29 UTC, 0 replies.
- [23/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:30 UTC, 0 replies.
- [24/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:31 UTC, 0 replies.
- [25/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:32 UTC, 0 replies.
- [26/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:33 UTC, 0 replies.
- [27/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:34 UTC, 0 replies.
- [28/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:35 UTC, 0 replies.
- [29/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:36 UTC, 0 replies.
- [30/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:37 UTC, 0 replies.
- [31/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:38 UTC, 0 replies.
- [32/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:39 UTC, 0 replies.
- [33/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:40 UTC, 0 replies.
- [34/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:41 UTC, 0 replies.
- [35/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:42 UTC, 0 replies.
- [36/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:43 UTC, 0 replies.
- [37/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:44 UTC, 0 replies.
- [38/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:45 UTC, 0 replies.
- [39/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:46 UTC, 0 replies.
- [40/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:47 UTC, 0 replies.
- [41/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:48 UTC, 0 replies.
- [42/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:49 UTC, 0 replies.
- [43/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:50 UTC, 0 replies.
- [44/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:51 UTC, 0 replies.
- [45/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:52 UTC, 0 replies.
- [46/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:53 UTC, 0 replies.
- [47/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:54 UTC, 0 replies.
- [48/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:55 UTC, 0 replies.
- [49/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:56 UTC, 0 replies.
- [50/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:57 UTC, 0 replies.
- [51/51] [partial] arrow-site git commit: Upload nightly docs - posted by uw...@apache.org on 2018/12/23 16:31:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4109: [Packaging] Missing glog dependency from arrow-cpp conda recipe - posted by we...@apache.org on 2018/12/24 16:12:38 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3938: [Packaging] Stop to refer java/pom.xml to get version information - posted by we...@apache.org on 2018/12/24 16:26:45 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2504: [Website] Add ApacheCon NA link - posted by we...@apache.org on 2018/12/24 21:19:33 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1481: [C++] Throw exception when encountering bad Thrift metadata in RecordReader - posted by we...@apache.org on 2018/12/24 22:49:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4114: [C++] Add python to requirements list for running on ubuntu - posted by we...@apache.org on 2018/12/26 16:43:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4100: [Gandiva][C++] Fix regex for special character dot. - posted by we...@apache.org on 2018/12/26 17:27:23 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4115: [Gandiva] zero-init boolean data bufs - posted by we...@apache.org on 2018/12/26 19:44:57 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4103: [Docs] Move documentation build instructions from source/python/development.rst to docs/README.md - posted by we...@apache.org on 2018/12/26 20:50:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4116: [Python] Add warning to development instructions to avoid virtualenv when using Anaconda/miniconda - posted by we...@apache.org on 2018/12/27 00:01:15 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4112: [Packaging] Add support for Gandiva .deb - posted by ko...@apache.org on 2018/12/27 00:53:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4078: [CI] Detect changes in docs/ directory and build the Linux Python entry if so - posted by ko...@apache.org on 2018/12/27 01:24:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3324: [Python] Destroy temporary metadata builder classes more eagerly when building files to reduce memory usage - posted by we...@apache.org on 2018/12/27 04:38:11 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4102: [C++] Return common IdentityCast when casting to equal type - posted by uw...@apache.org on 2018/12/27 16:12:10 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4088: [Python] Table.from_batches() fails when passed a schema with metadata - posted by uw...@apache.org on 2018/12/27 16:27:06 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3932: [Python] Include Benchmarks.md in Sphinx docs - posted by uw...@apache.org on 2018/12/27 17:11:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3928: [Python] Deduplicate Python objects when converting binary, string, date, time types to object arrays - posted by we...@apache.org on 2018/12/27 18:18:01 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4080: [Rust] Improving lengthy build times in Appveyor - posted by we...@apache.org on 2018/12/27 18:37:05 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4113: [R] Fix version number - posted by we...@apache.org on 2018/12/28 06:18:42 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3020: [C++/Python] Allow empty arrow::Table objects to be written as empty Parquet row groups - posted by uw...@apache.org on 2018/12/28 14:57:12 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4129: [Python] Fix syntax problem in benchmark docs - posted by uw...@apache.org on 2018/12/28 15:07:16 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4132: [GLib] Add more GArrowTable constructors - posted by sh...@apache.org on 2018/12/30 00:56:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4135: [Python] Can't reload a pandas dataframe containing a list of datetime.time - posted by we...@apache.org on 2018/12/31 16:44:14 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1484: [C++] Improve memory usage of FileMetaDataBuilder - posted by we...@apache.org on 2018/12/31 16:50:41 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4134: [Packaging] Properly setup timezone in docker tests to prevent ORC adapter's abort - posted by we...@apache.org on 2018/12/31 16:52:20 UTC, 0 replies.
- [arrow] branch master updated (8c26b77 -> 71ccba9) - posted by we...@apache.org on 2018/12/31 23:47:16 UTC, 0 replies.