|
36 | 36 | * ARROW-1265 - [Plasma] Plasma store memory leak warnings in Python test suite |
37 | 37 | * ARROW-1267 - [Java] Handle zero length case in BitVector.splitAndTransfer |
38 | 38 | * ARROW-1269 - [Packaging] Add Windows wheel build scripts from ARROW-1068 to arrow-dist |
39 | | -* ARROW-1275 - [C++] Default static library prefix for Snappy should be "_static" |
| 39 | +* ARROW-1275 - [C++] Default static library prefix for Snappy should be "\_static" |
40 | 40 | * ARROW-1276 - Cannot serializer empty DataFrame to parquet |
41 | 41 | * ARROW-1283 - [Java] VectorSchemaRoot should be able to be closed() more than once |
42 | 42 | * ARROW-1285 - PYTHON: NotImplemented exception creates empty parquet file |
43 | 43 | * ARROW-1287 - [Python] Emulate "whence" argument of seek in NativeFile |
44 | 44 | * ARROW-1290 - [C++] Use array capacity doubling in arrow::BufferBuilder |
45 | | -* ARROW-1291 - [Python] pa.RecordBatch.from_pandas doesn't accept DataFrame with numeric column names |
| 45 | +* ARROW-1291 - [Python] `pa.RecordBatch.from_pandas` doesn't accept DataFrame with numeric column names |
46 | 46 | * ARROW-1294 - [C++] New Appveyor build failures |
47 | 47 | * ARROW-1296 - [Java] templates/FixValueVectors reset() method doesn't set allocationSizeInBytes correctly |
48 | 48 | * ARROW-1300 - [JAVA] Fix ListVector Tests |
49 | | -* ARROW-1306 - [Python] Encoding? issue with error reporting for parquet.read_table |
50 | | -* ARROW-1308 - [C++] ld tries to link 'arrow_static' even when -DARROW_BUILD_STATIC=off |
51 | | -* ARROW-1309 - [Python] Error inferring List type in Array.from_pandas when inner values are all None |
| 49 | +* ARROW-1306 - [Python] Encoding? issue with error reporting for `parquet.read_table` |
| 50 | +* ARROW-1308 - [C++] ld tries to link `arrow_static` even when -DARROW_BUILD_STATIC=off |
| 51 | +* ARROW-1309 - [Python] Error inferring List type in `Array.from_pandas` when inner values are all None |
52 | 52 | * ARROW-1310 - [JAVA] Revert ARROW-886 |
53 | | -* ARROW-1312 - [C++] Set default value to ARROW_JEMALLOC to OFF until ARROW-1282 is resolved |
| 53 | +* ARROW-1312 - [C++] Set default value to `ARROW_JEMALLOC` to OFF until ARROW-1282 is resolved |
54 | 54 | * ARROW-1326 - [Python] Fix Sphinx build in Travis CI |
55 | | -* ARROW-1327 - [Python] Failing to release GIL in MemoryMappedFile._open causes deadlock |
56 | | -* ARROW-1328 - [Python] pyarrow.Table.from_pandas option timestamps_to_ms changes column values |
| 55 | +* ARROW-1327 - [Python] Failing to release GIL in `MemoryMappedFile._open` causes deadlock |
| 56 | +* ARROW-1328 - [Python] `pyarrow.Table.from_pandas` option `timestamps_to_ms` changes column values |
57 | 57 | * ARROW-1330 - [Plasma] Turn on plasma tests on manylinux1 |
58 | | -* ARROW-1335 - [C++] PrimitiveArray::raw_values has inconsistent semantics re: offsets compared with subclasses |
| 58 | +* ARROW-1335 - [C++] `PrimitiveArray::raw_values` has inconsistent semantics re: offsets compared with subclasses |
59 | 59 | * ARROW-1338 - [Python] Investigate non-deterministic core dump on Python 2.7, Travis CI builds |
60 | 60 | * ARROW-1340 - [Java] NullableMapVector field doesn't maintain metadata |
61 | 61 | * ARROW-1342 - [Python] Support strided array of lists |
|
75 | 75 | * ARROW-1140 - [C++] Allow optional build of plasma |
76 | 76 | * ARROW-1149 - [Plasma] Create Cython client library for Plasma |
77 | 77 | * ARROW-1173 - [Plasma] Blog post for Plasma |
78 | | -* ARROW-1211 - [C++] Consider making default_memory_pool() the default for builder classes |
| 78 | +* ARROW-1211 - [C++] Consider making `default_memory_pool()` the default for builder classes |
79 | 79 | * ARROW-1213 - [Python] Enable s3fs to be used with ParquetDataset and reader/writer functions |
80 | 80 | * ARROW-1219 - [C++] Use more vanilla Google C++ formatting |
81 | 81 | * ARROW-1224 - [Format] Clarify language around buffer padding and alignment in IPC |
|
89 | 89 | * ARROW-1259 - [Plasma] Speed up Plasma tests |
90 | 90 | * ARROW-1260 - [Plasma] Use factory method to create Python PlasmaClient |
91 | 91 | * ARROW-1264 - [Plasma] Don't exit the Python interpreter if the plasma client can't connect to the store |
92 | | -* ARROW-1274 - [C++] add_compiler_export_flags() throws warning with CMake >= 3.3 |
| 92 | +* ARROW-1274 - [C++] `add_compiler_export_flags()` throws warning with CMake >= 3.3 |
93 | 93 | * ARROW-1288 - Clean up many ASF license headers |
94 | | -* ARROW-1289 - [Python] Add PYARROW_BUILD_PLASMA option like Parquet |
| 94 | +* ARROW-1289 - [Python] Add `PYARROW_BUILD_PLASMA` option like Parquet |
95 | 95 | * ARROW-1301 - [C++/Python] Add remaining supported libhdfs UNIX-like filesystem APIs |
96 | 96 | * ARROW-1303 - [C++] Support downloading Boost |
97 | 97 | * ARROW-1315 - [GLib] Status check of arrow::ArrayBuilder::Finish() is missing |
98 | | -* ARROW-1323 - [GLib] Add garrow_boolean_array_get_values() |
| 98 | +* ARROW-1323 - [GLib] Add `garrow_boolean_array_get_values()` |
99 | 99 | * ARROW-1333 - [Plasma] Sorting example for DataFrames in plasma |
100 | 100 | * ARROW-1334 - [C++] Instantiate arrow::Table from vector of Array objects (instead of Columns) |
101 | 101 |
|
|
108 | 108 | * ARROW-1281 - [C++/Python] Add Docker setup for running HDFS tests and other tests we may not run in Travis CI |
109 | 109 | * ARROW-1305 - [GLib] Add GArrowIntArrayBuilder |
110 | 110 | * ARROW-1336 - [C++] Add arrow::schema factory function |
111 | | -* ARROW-439 - [Python] Add option in "to_pandas" conversions to yield Categorical from String/Binary arrays |
112 | | -* ARROW-622 - [Python] Investigate alternatives to timestamps_to_ms argument in pandas conversion |
| 111 | +* ARROW-439 - [Python] Add option in `to_pandas` conversions to yield Categorical from String/Binary arrays |
| 112 | +* ARROW-622 - [Python] Investigate alternatives to `timestamps_to_ms` argument in pandas conversion |
113 | 113 |
|
114 | 114 | ## Task |
115 | 115 |
|
|
127 | 127 |
|
128 | 128 | ## Bug |
129 | 129 |
|
130 | | -* ARROW-1074 - from_pandas doesnt convert ndarray to list |
| 130 | +* ARROW-1074 - `from_pandas` doesnt convert ndarray to list |
131 | 131 | * ARROW-1079 - [Python] Empty "private" directories should be ignored by Parquet interface |
132 | | -* ARROW-1081 - C++: arrow::test::TestBase::MakePrimitive doesn't fill null_bitmap |
| 132 | +* ARROW-1081 - C++: arrow::test::TestBase::MakePrimitive doesn't fill `null_bitmap` |
133 | 133 | * ARROW-1096 - [C++] Memory mapping file over 4GB fails on Windows |
134 | 134 | * ARROW-1097 - Reading tensor needs file to be opened in writeable mode |
135 | 135 | * ARROW-1098 - Document Error? |
|
0 commit comments