You are viewing a plain text version of this content. The canonical link for it is here.
- [arrow] branch master updated: ARROW-5232: [Java] Avoid runaway doubling of vector size - posted by ra...@apache.org on 2019/05/01 06:28:41 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5130: [C++][Python] Limit exporting of std::* symbols - posted by we...@apache.org on 2019/05/02 00:24:12 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1523: [C++] Vectorize Comparator interface, remove virtual calls on inner loop. Refactor Statistics to not require PARQUET_EXTERN_TEMPLATE - posted by we...@apache.org on 2019/05/02 20:16:34 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5000: [Python] Fix 'SO' DeprecationWarning in setup.py - posted by we...@apache.org on 2019/05/02 23:39:42 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1405: Fix writing statistics into DataPageHeader - posted by we...@apache.org on 2019/05/03 02:20:50 UTC, 1 replies.
- [arrow] branch master updated: ARROW-4708: [C++] add multithreaded json reader - posted by ap...@apache.org on 2019/05/03 17:01:01 UTC, 0 replies.
- [arrow] branch master updated (b7054c2 -> 0e7de0d) - posted by si...@apache.org on 2019/05/03 17:31:46 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5253: [C++] Fix snappy external build - posted by we...@apache.org on 2019/05/03 19:15:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5233: [Go] Migrate to flatbuffers-v1.11.0 - posted by we...@apache.org on 2019/05/03 19:59:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5238: [Python] Convert arguments to pyarrow.dictionary - posted by we...@apache.org on 2019/05/03 20:11:27 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5007: [C++] Remove DCHECK in intrinsic headers - posted by we...@apache.org on 2019/05/03 20:17:40 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3767: [C++] Add cast from null to any other type - posted by we...@apache.org on 2019/05/03 22:55:26 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5112: [Go] implement writing IPC Arrow stream/file - posted by sb...@apache.org on 2019/05/06 12:36:24 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5262: [Python] Fix typo - posted by we...@apache.org on 2019/05/06 14:55:09 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5258: [C++/Python] Collect file metadata of dataset pieces - posted by we...@apache.org on 2019/05/06 15:12:26 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5252: [C++] Use standard-compliant std::variant backport - posted by ap...@apache.org on 2019/05/06 15:50:02 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1569: [C++] Consolidate shared unit testing header files - posted by we...@apache.org on 2019/05/06 16:53:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4956: [C#] Allow ArrowBuffers to wrap external Memory - posted by we...@apache.org on 2019/05/06 20:58:05 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4503: [C#] Eliminate allocations in ArrowStreamReader when reading from a Stream - posted by we...@apache.org on 2019/05/07 12:02:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5270: [C++] reduce json-reader-test's working size - posted by ap...@apache.org on 2019/05/07 12:11:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3475: [C++] Allow builders to finish to the corresponding array type - posted by we...@apache.org on 2019/05/07 19:14:53 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3191: [Java] Make ArrowBuf work with arbitrary underlying memory - posted by cu...@apache.org on 2019/05/07 23:30:17 UTC, 0 replies.
- [arrow] branch master updated: ARROW-767: [C++] Filesystem abstraction - posted by ap...@apache.org on 2019/05/08 13:30:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5136: [Flight] Call options - posted by ap...@apache.org on 2019/05/08 14:22:03 UTC, 0 replies.
- [arrow] branch master updated (7f79416 -> c3c8e76) - posted by ks...@apache.org on 2019/05/08 15:17:20 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1571: [C++] Fix BufferedInputStream when buffer exactly exhausted - posted by we...@apache.org on 2019/05/08 15:51:23 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5294: [Python] [CI] Fix manylinux1 build - posted by ap...@apache.org on 2019/05/09 10:15:40 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5222: [Python] Revise pyarrow installation instructions for macOS - posted by ap...@apache.org on 2019/05/09 16:45:00 UTC, 0 replies.
- [arrow] branch master updated (0034ef2 -> 9851a3e) - posted by su...@apache.org on 2019/05/09 18:57:07 UTC, 0 replies.
- [arrow] branch master updated: [Java] Method can return the value bigger than long MAX_VALUE (#4266) - posted by si...@apache.org on 2019/05/09 19:30:45 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5298: [Rust] Add debug implementation for buffer data. - posted by su...@apache.org on 2019/05/10 04:26:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4505: [C++] adding pretty print for dates, times, and timestamps - posted by ap...@apache.org on 2019/05/10 08:58:50 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5264: [Java] Allow enabling/disabling boundary checking by environmental variable - posted by we...@apache.org on 2019/05/10 12:55:10 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5296: [Java] Ignore timeout-based Flight tests for now - posted by we...@apache.org on 2019/05/10 12:56:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5246: [Go] use Go-1.12.x in CI - posted by we...@apache.org on 2019/05/10 13:04:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2707: [C++] Add Table::Slice - posted by we...@apache.org on 2019/05/10 19:43:36 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4725: [C++] Enable dictionary builder tests with MinGW build - posted by we...@apache.org on 2019/05/12 15:14:01 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5290: [Java] Provide a flag to enable/disable null-checking in vector's get methods - posted by we...@apache.org on 2019/05/13 13:16:38 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5286: [Python] support struct type in from_pandas - posted by ap...@apache.org on 2019/05/13 13:38:09 UTC, 0 replies.
- [arrow] branch master updated (3939252 -> ea271b3) - posted by ap...@apache.org on 2019/05/13 15:03:16 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5291: [Python] Add wrapper for take kernel on Array - posted by ap...@apache.org on 2019/05/13 17:57:57 UTC, 0 replies.
- [arrow] branch master updated (2ca6fe8 -> a10ed09) - posted by ko...@apache.org on 2019/05/13 20:35:08 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5268: [GLib] Add GArrowJSONReader - posted by ko...@apache.org on 2019/05/13 21:02:15 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4806: [Rust] Temporal array casts - posted by su...@apache.org on 2019/05/14 17:33:10 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5284: [Rust] Replace libc with std::alloc for memory allocation - posted by su...@apache.org on 2019/05/14 22:54:05 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5304: [C++] fix thread-safe on CudaDeviceManager::GetInstance - posted by ap...@apache.org on 2019/05/15 10:29:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5323: [CI] Compress clcache files [skip travis] - posted by ap...@apache.org on 2019/05/15 14:26:54 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4993: [C++] Add simple build configuration summary - posted by ap...@apache.org on 2019/05/15 14:36:23 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1574: [C++] fix parquet-encoding-test - posted by ap...@apache.org on 2019/05/15 15:20:42 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5288: [Documentation] Enhance the contribution guidelines page - posted by ap...@apache.org on 2019/05/15 17:08:59 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5321: [Gandiva][C++] add isnull impl for string types - posted by ra...@apache.org on 2019/05/15 18:34:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5313: [Format] Comments on Field table are a bit confusing - posted by em...@apache.org on 2019/05/15 23:30:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5275: [C++] Generic filesystem tests - posted by we...@apache.org on 2019/05/16 00:21:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5329: [MATLAB] Add support for building MATLAB interface to Feather directly within MATLAB - posted by we...@apache.org on 2019/05/16 00:23:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5274: [JavaScript] Wrong array type for countBy - posted by bh...@apache.org on 2019/05/16 00:47:29 UTC, 0 replies.
- [arrow] branch master updated: ARROW-835: [Format][C++][Java] Create a new Duration type - posted by we...@apache.org on 2019/05/16 02:39:16 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5250: [Java] Add javadoc comments to public methods, remove style check suppression. - posted by em...@apache.org on 2019/05/16 03:58:57 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5319: [C++][CI] Use ccache with MinGW builds on AppVeyor [travis skip] - posted by ko...@apache.org on 2019/05/16 08:59:07 UTC, 0 replies.
- [arrow] branch master updated (fcc0704 -> 4627232) - posted by ap...@apache.org on 2019/05/16 12:42:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5301: [Python] update parquet docs on multithreading - posted by ap...@apache.org on 2019/05/16 12:53:11 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5348: [Java][CI] Add missing gandiva javadoc - posted by ap...@apache.org on 2019/05/16 15:28:32 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5346: [C++] Revert changed to vendored datetime library - posted by ra...@apache.org on 2019/05/17 06:50:11 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5308: [Go] remove deprecated Feather format - posted by sb...@apache.org on 2019/05/17 07:34:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5314: [Go] Fix bug for FixedSizeBinary with offset - posted by sb...@apache.org on 2019/05/17 15:45:36 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5314: [Go] fix bug for String Arrays with offset - posted by sb...@apache.org on 2019/05/17 15:47:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3144: [C++/Python] Move "dictionary" member from DictionaryType to ArrayData to allow for variable dictionaries - posted by we...@apache.org on 2019/05/17 16:41:07 UTC, 0 replies.
- [arrow] branch add_debug_string created (now 9568a67) - posted by em...@apache.org on 2019/05/17 18:43:17 UTC, 1 replies.
- [arrow] 01/01: Add ToString method to ColumnDescripotor - posted by em...@apache.org on 2019/05/17 18:43:18 UTC, 1 replies.
- [arrow] branch add_debug_string deleted (was 9568a67) - posted by em...@apache.org on 2019/05/17 18:51:02 UTC, 1 replies.
- [arrow] branch master updated: ARROW-5360: [Rust] Update rustyline to fix build - posted by su...@apache.org on 2019/05/17 20:39:13 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2412: [Integration] Add nested dictionary test case, skipped for now - posted by we...@apache.org on 2019/05/17 22:13:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5363: [GLib] Fix coding styles - posted by ko...@apache.org on 2019/05/17 22:25:14 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5364: [C++] Use ASCII rather than UTF-8 in BuildUtils.cmake comment - posted by ko...@apache.org on 2019/05/18 00:40:31 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5102: [C++] Reduce header dependencies - posted by we...@apache.org on 2019/05/18 15:38:08 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5373: [Java] Add missing details for Gandiva Java Build - posted by em...@apache.org on 2019/05/19 05:06:49 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5317: [Rust] [Parquet] impl IntoIterator for SerializedFileReader - posted by su...@apache.org on 2019/05/19 06:55:38 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5113: [C++] Fix DoPut with dictionary arrays, add tests - posted by ap...@apache.org on 2019/05/20 12:54:27 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1581: [C++] Fix undefined behavior in encoding.cc - posted by ap...@apache.org on 2019/05/20 13:04:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5376: [C++] Workaround for gcc 5.4.0 bug - posted by ks...@apache.org on 2019/05/20 15:02:37 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5260: [Python] Fix crash when deserializating from components in another process - posted by ap...@apache.org on 2019/05/20 16:58:43 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5330: [CI] Run Python Flight tests on Travis [skip appveyor] - posted by ap...@apache.org on 2019/05/20 18:58:02 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5368: [C++] Disable jemalloc by default with MinGW - posted by ko...@apache.org on 2019/05/20 21:22:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4013: [Docs][C++] Add how to build on MSYS2 - posted by we...@apache.org on 2019/05/20 21:27:34 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5369: [C++] Add support for glog on Windows - posted by we...@apache.org on 2019/05/20 21:37:24 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1582: [C++] Add ToString method to ColumnDescriptor - posted by we...@apache.org on 2019/05/20 21:41:44 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5372: [GLib] Add support for null/boolean values CSV read option - posted by ko...@apache.org on 2019/05/21 01:09:41 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1583: [C++] Remove superfluous parquet::Vector class - posted by uw...@apache.org on 2019/05/21 06:38:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5362: [C++] Fix compression test memory usage - posted by ap...@apache.org on 2019/05/21 10:24:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5383: [Go] Update flatbuf for new Duration type - posted by sb...@apache.org on 2019/05/21 10:25:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5325: [Archery][Benchmark] Output properly formatted jsonlines from benchmark diff cli command - posted by ks...@apache.org on 2019/05/21 14:17:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5388: [Go] use arrow.TypeEquals in array.NewChunked - posted by sb...@apache.org on 2019/05/21 15:56:31 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1402: [C++] Parquet files with dictionary page offset as 0 is not readable - posted by we...@apache.org on 2019/05/21 16:53:59 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5389: [C++] Add Temporary Directory facility - posted by ap...@apache.org on 2019/05/22 09:08:44 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5218: [C++] Improve build when third-party library locations are specified - posted by we...@apache.org on 2019/05/22 14:41:08 UTC, 0 replies.
- [arrow] branch master updated (8f5df45 -> aeb3412) - posted by we...@apache.org on 2019/05/22 15:26:17 UTC, 0 replies.
- [arrow] branch master updated (aeb3412 -> c18251e) - posted by we...@apache.org on 2019/05/22 19:06:44 UTC, 0 replies.
- [arrow] branch master updated (c18251e -> eb4e9e5) - posted by we...@apache.org on 2019/05/22 19:30:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5371: [Release] Add tests for dev/release/00-prepare.sh - posted by ko...@apache.org on 2019/05/23 01:29:04 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5398: [Python] Fix Flight tests - posted by ap...@apache.org on 2019/05/23 09:04:44 UTC, 0 replies.
- [arrow] branch master updated: [C++] Fix clang-7 warning from unused lambda capture - posted by we...@apache.org on 2019/05/23 14:01:26 UTC, 0 replies.
- [arrow] branch master updated: ARROW-2119: [IntegrationTest] Add test case with a stream having no record batches - posted by we...@apache.org on 2019/05/23 15:46:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5404: [C++] force usage of nonstd::sv_lite::string_view instead of std::string_view - posted by we...@apache.org on 2019/05/23 15:55:05 UTC, 0 replies.
- [arrow] branch master updated (9fcc12f -> 9ea6da3) - posted by su...@apache.org on 2019/05/24 02:18:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-653: [Python / C++] Add debugging function to print an array's buffer contents in hexadecimal - posted by we...@apache.org on 2019/05/24 13:58:47 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1243: [C++] Throw more informative exception when reading a length-0 Parquet file - posted by we...@apache.org on 2019/05/24 18:07:15 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5332: [R] Update R package README with richer installation instructions - posted by ko...@apache.org on 2019/05/24 22:13:53 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5245: [CI][C++] Unpin cmake format (current version is 5.1) - posted by uw...@apache.org on 2019/05/26 12:16:07 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1586: [C++] Add --dump options to parquet-reader tool to dump def/rep levels - posted by uw...@apache.org on 2019/05/26 12:21:50 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5349: [C++][Parquet] Add method to set file path in a parquet::FileMetaData instance - posted by uw...@apache.org on 2019/05/26 12:22:36 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5027: [Python] Python bindings for JSON reader - posted by ap...@apache.org on 2019/05/27 16:01:38 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1411: [C++] Add parameterized logical annotations to Parquet metadata - posted by we...@apache.org on 2019/05/27 20:02:59 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5413: [C++] Skip UTF8 BOM in CSV files - posted by ko...@apache.org on 2019/05/27 20:56:15 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5401: [CI] Print ccache statistics on Travis-CI [skip appveyor] - posted by ko...@apache.org on 2019/05/27 21:07:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5421: [Packaging][Crossbow] Duplicated key in nightly test configuration - posted by ko...@apache.org on 2019/05/27 21:09:59 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4302: [C++] Add OpenSSL to C++ build toolchain (#4384) - posted by md...@apache.org on 2019/05/28 02:33:00 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4741: [Java] Add missing type javadoc and enable checkstyle - posted by cu...@apache.org on 2019/05/28 18:04:08 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5283: [C++][Plasma] Erase object id in client when abort object - posted by pc...@apache.org on 2019/05/29 02:06:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5419: [C++] Allow recognizing empty strings as null strings in CSV files - posted by em...@apache.org on 2019/05/29 06:22:59 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4086: [Java] Add apis to debug memory alloc failures - posted by ra...@apache.org on 2019/05/29 09:06:58 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5434: [Memory][Java] Introduce wrappers for backward compatibility. - posted by ra...@apache.org on 2019/05/29 13:21:16 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1517: [C++] Crypto package updates to match the final spec - posted by we...@apache.org on 2019/05/29 14:57:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5437: [Python] Missing pandas pytest marker from parquet tests - posted by we...@apache.org on 2019/05/29 20:18:50 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5416: [Website] Add Homebrew to project installation page - posted by ko...@apache.org on 2019/05/29 21:17:26 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5442: [Website] Clarify what makes a release artifact "official" - posted by ko...@apache.org on 2019/05/30 04:44:57 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5443: [Crossbow] Turn parquet build off for Gandiva. - posted by ra...@apache.org on 2019/05/30 08:03:43 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5269: [C++][Archery] Mark relevant benchmarks as regression - posted by ap...@apache.org on 2019/05/30 15:20:08 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5432: [Python] Add NativeFile.read_at() - posted by ap...@apache.org on 2019/05/30 15:34:01 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5378: [C++] Local filesystem implementation - posted by we...@apache.org on 2019/05/30 17:12:30 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5446: [C++][CMake] Install arrow/util/config.h into CMAKE_INSTALL_INCLUDEDIR - posted by we...@apache.org on 2019/05/30 17:22:19 UTC, 0 replies.
- [arrow] branch master updated (21e8785 -> ba27e03) - posted by we...@apache.org on 2019/05/30 17:23:56 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5393: [R] Add tests and example for read_parquet() - posted by we...@apache.org on 2019/05/30 17:31:35 UTC, 0 replies.
- [arrow] branch master updated (64f2cc7 -> c327af0) - posted by ap...@apache.org on 2019/05/30 18:15:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5403: [C++] Use GTest shared libraries with BUNDLED build, always use BUNDLED with MSVC - posted by we...@apache.org on 2019/05/30 23:55:54 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5453: [C++] Update to cmake-format=0.5.2 and pin again - posted by we...@apache.org on 2019/05/31 02:09:28 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5420: [Java] Implement or remove getCurrentSizeInBytes in Variab… - posted by em...@apache.org on 2019/05/31 03:32:24 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5429: [Java] Provide alternative buffer allocation policy - posted by em...@apache.org on 2019/05/31 03:36:24 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5455: [Rust] Build broken by 2019-05-30 Rust nightly - posted by ko...@apache.org on 2019/05/31 06:40:39 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5448: [C++][CI][MinGW] Ensure updating GCC and Python [skip travis] - posted by ko...@apache.org on 2019/05/31 06:45:32 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5457: [GLib][Plasma] Fix environment variable name for test - posted by em...@apache.org on 2019/05/31 07:15:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5387: [Go] properly handle sub-slice of List - posted by sb...@apache.org on 2019/05/31 07:21:12 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5384: [Go] implement FixedSizeList array - posted by sb...@apache.org on 2019/05/31 07:22:32 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3680: [Go] implement Float16 array - posted by sb...@apache.org on 2019/05/31 07:29:47 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5459: [Go] implement Stringer for float16 DataType - posted by sb...@apache.org on 2019/05/31 08:23:48 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5462: [Go] support writing zero-length List arrays - posted by sb...@apache.org on 2019/05/31 11:45:34 UTC, 0 replies.
- [arrow] branch master updated: PARQUET-1422: [C++] Use common Arrow IO interfaces throughout codebase - posted by we...@apache.org on 2019/05/31 15:13:22 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5464: [Archery] Fix default diff --benchmark-filter - posted by we...@apache.org on 2019/05/31 15:22:19 UTC, 0 replies.
- [arrow] branch master updated: ARROW-3294: [C++][Flight] Support Flight on Windows - posted by we...@apache.org on 2019/05/31 15:29:25 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5433: [C++][Parquet] Improve parquet-reader columns information, strip trailing whitespace from test case - posted by we...@apache.org on 2019/05/31 18:52:24 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5396: [JS] Support files and streams with no record batches - posted by we...@apache.org on 2019/05/31 21:02:33 UTC, 0 replies.
- [arrow] branch master updated: ARROW-4159: [C++] Build with -Wdocumentation when using clang and BUILD_WARNING_LEVEL=CHECKIN - posted by we...@apache.org on 2019/05/31 21:30:18 UTC, 0 replies.
- [arrow] branch master updated: ARROW-5470: [CI] Fix Travis-CI R job that broke with the local fs patch - posted by we...@apache.org on 2019/05/31 21:42:50 UTC, 0 replies.