You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/06/03 08:50:31 UTC

[arrow] branch master updated (cac55ad -> ab93ba1)

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from cac55ad  ARROW-9021: [Python] Add the filesystem explanation to parquet.read_table docstring
     add ab93ba1  ARROW-9018: [C++] Remove APIs that were marked as deprecated in 0.17.0 and prior

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_dict.cc     |  19 -----
 cpp/src/arrow/array/array_dict.h      |  11 ---
 cpp/src/arrow/array/array_nested.cc   |  21 ------
 cpp/src/arrow/array/array_nested.h    |  84 +--------------------
 cpp/src/arrow/array/util.cc           |  20 -----
 cpp/src/arrow/array/util.h            |  38 ----------
 cpp/src/arrow/buffer.cc               |  80 --------------------
 cpp/src/arrow/buffer.h                |  58 ---------------
 cpp/src/arrow/extension_type.cc       |   6 --
 cpp/src/arrow/extension_type.h        |   5 --
 cpp/src/arrow/filesystem/filesystem.h |  13 ----
 cpp/src/arrow/gpu/cuda_arrow_ipc.cc   |  16 ----
 cpp/src/arrow/gpu/cuda_arrow_ipc.h    |  33 ---------
 cpp/src/arrow/gpu/cuda_context.cc     |  56 --------------
 cpp/src/arrow/gpu/cuda_context.h      |  67 -----------------
 cpp/src/arrow/gpu/cuda_memory.cc      |  23 ------
 cpp/src/arrow/gpu/cuda_memory.h       |  49 -------------
 cpp/src/arrow/ipc/message.cc          |  12 ---
 cpp/src/arrow/ipc/message.h           |  35 ---------
 cpp/src/arrow/ipc/reader.cc           |  81 --------------------
 cpp/src/arrow/ipc/reader.h            |  58 ---------------
 cpp/src/arrow/ipc/writer.cc           | 108 ---------------------------
 cpp/src/arrow/ipc/writer.h            | 134 ----------------------------------
 cpp/src/arrow/record_batch.cc         |  27 -------
 cpp/src/arrow/record_batch.h          |  29 --------
 cpp/src/arrow/table.cc                |  55 --------------
 cpp/src/arrow/table.h                 |  45 ------------
 cpp/src/arrow/type.cc                 |  19 -----
 cpp/src/arrow/type.h                  |  16 ----
 29 files changed, 1 insertion(+), 1217 deletions(-)