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 835de65  ARROW-13158: [Python] Fix StructScalar contains and repr with 
duplicate field names
     add 905809c  ARROW-13244: [C++] Add facility to get current thread id as 
uint64

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt              |  1 +
 cpp/src/arrow/io/stdio.cc                 | 95 +++++++++++++++++++++++++++++++
 cpp/src/arrow/io/{transform.h => stdio.h} | 60 ++++++++++++-------
 cpp/src/arrow/ipc/file_to_stream.cc       |  3 +-
 cpp/src/arrow/ipc/stream_to_file.cc       |  3 +-
 cpp/src/arrow/util/async_generator.h      | 37 ++++--------
 cpp/src/arrow/util/io_util.cc             | 87 ++++++----------------------
 cpp/src/arrow/util/io_util.h              | 68 +++-------------------
 8 files changed, 173 insertions(+), 181 deletions(-)
 create mode 100644 cpp/src/arrow/io/stdio.cc
 copy cpp/src/arrow/io/{transform.h => stdio.h} (58%)

Reply via email to