|
17 | 17 | under the License. |
18 | 18 | --> |
19 | 19 |
|
| 20 | +# Apache Arrow 0.15.1 (25 October 2019) |
| 21 | + |
| 22 | +## Bug |
| 23 | + |
| 24 | +* ARROW-6464 - [Java] Refactor FixedSizeListVector#splitAndTransfer with slice API |
| 25 | +* ARROW-6728 - [C#] Support reading and writing Date32 and Date64 arrays |
| 26 | +* ARROW-6740 - [Python] Unable to delete closed MemoryMappedFile on Windows |
| 27 | +* ARROW-6762 - [C++] JSON reader segfaults on newline |
| 28 | +* ARROW-6795 - [C#] Reading large Arrow files in C# results in an exception |
| 29 | +* ARROW-6806 - [C++] Segfault deserializing ListArray containing null/empty list |
| 30 | +* ARROW-6813 - [Ruby] Arrow::Table.load with headers=true leads to exception in Arrow 0.15 |
| 31 | +* ARROW-6834 - [C++] Pin gtest to 1.8.1 to triage failing Appveyor / MSVC build |
| 32 | +* ARROW-6844 - [C++][Parquet][Python] List<scalar type> columns read broken with 0.15.0 |
| 33 | +* ARROW-6857 - [Python][C++] Segfault for dictionary\_encode on empty chunked\_array (edge case) |
| 34 | +* ARROW-6860 - [Python] Only link libarrow\_flight.so to pyarrow.\_flight |
| 35 | +* ARROW-6861 - [Python] arrow-0.15.0 reading arrow-0.14.1-output Parquet dictionary column: Failure reading column: IOError: Arrow error: Invalid: Resize cannot downsize |
| 36 | +* ARROW-6869 - [C++] Dictionary "delta" building logic in builder\_dict.h produces invalid arrays |
| 37 | +* ARROW-6873 - [Python] Stale CColumn reference break Cython cimport pyarrow |
| 38 | +* ARROW-6874 - [Python] Memory leak in Table.to\_pandas() when conversion to object dtype |
| 39 | +* ARROW-6876 - [Python] Reading parquet file with many columns becomes slow for 0.15.0 |
| 40 | +* ARROW-6877 - [C++] Boost not found from the correct environment |
| 41 | +* ARROW-6878 - [Python] pa.array() does not handle list of dicts with bytes keys correctly under python3 |
| 42 | +* ARROW-6882 - [Python] cannot create a chunked\_array from dictionary\_encoding result |
| 43 | +* ARROW-6886 - [C++] arrow::io header nvcc compiler warnings |
| 44 | +* ARROW-6898 - [Java] Fix potential memory leak in ArrowWriter and several test classes |
| 45 | +* ARROW-6903 - [Python] Wheels broken after ARROW-6860 changes |
| 46 | +* ARROW-6905 - [Packaging][OSX] Nightly builds on MacOS are failing because of brew compile timeouts |
| 47 | +* ARROW-6910 - [Python] pyarrow.parquet.read\_table(...) takes up lots of memory which is not released until program exits |
| 48 | +* ARROW-6922 - [Python] Pandas master build is failing (MultiIndex.levels change) |
| 49 | +* ARROW-6937 - [Packaging][Python] Fix conda linux and OSX wheel nightly builds |
| 50 | +* ARROW-6938 - [Python] Windows wheel depends on zstd.dll and libbz2.dll, which are not bundled |
| 51 | +* ARROW-6962 - [C++] [CI] Stop compiling with -Weverything |
| 52 | +* ARROW-6977 - [C++] Only enable jemalloc background\_thread if feature is supported |
| 53 | +* ARROW-6983 - [C++] Threaded task group crashes sometimes |
| 54 | + |
| 55 | +## Improvement |
| 56 | + |
| 57 | +* ARROW-6610 - [C++] Add ARROW\_FILESYSTEM=ON/OFF CMake configuration flag |
| 58 | +* ARROW-6777 - [GLib][CI] Unpin gobject-introspection gem |
| 59 | +* ARROW-6852 - [C++] memory-benchmark build failed on Arm64 |
| 60 | +* ARROW-6927 - [C++] Add gRPC version check |
| 61 | +* ARROW-6963 - [Packaging][Wheel][OSX] Use crossbow's command to deploy artifacts from travis builds |
| 62 | + |
| 63 | +## New Feature |
| 64 | + |
| 65 | +* ARROW-6661 - [Java] Implement APIs like slice to enhance VectorSchemaRoot |
| 66 | + |
20 | 67 | # Apache Arrow 0.15.0 (30 September 2019) |
21 | 68 |
|
22 | 69 | ## Bug |
|
0 commit comments