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

[arrow] branch master updated (34a7522 -> c2344cf)

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

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


    from 34a7522  ARROW-7977: [C++] Rename fs::FileStats to fs::FileInfo
     add c2344cf  ARROW-7739: [GLib] Use placement new to initialize shared_ptr object in private structs

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-cuda-glib/cuda.cpp           |  4 +++-
 c_glib/arrow-glib/array-builder.cpp       | 39 ++++++++-----------------------
 c_glib/arrow-glib/basic-array.cpp         |  4 +++-
 c_glib/arrow-glib/basic-data-type.cpp     | 16 +++++--------
 c_glib/arrow-glib/buffer.cpp              |  4 +++-
 c_glib/arrow-glib/chunked-array.cpp       | 16 +++++--------
 c_glib/arrow-glib/decimal128.cpp          |  4 +++-
 c_glib/arrow-glib/field.cpp               | 12 ++++------
 c_glib/arrow-glib/input-stream.cpp        |  4 +++-
 c_glib/arrow-glib/output-stream.cpp       |  4 +++-
 c_glib/arrow-glib/reader.cpp              | 28 +++++++---------------
 c_glib/arrow-glib/record-batch.cpp        | 16 +++++--------
 c_glib/arrow-glib/schema.cpp              | 16 +++++--------
 c_glib/arrow-glib/table.cpp               | 16 +++++--------
 c_glib/arrow-glib/tensor.cpp              |  4 +++-
 c_glib/arrow-glib/writer.cpp              | 28 +++++++---------------
 c_glib/gandiva-glib/expression.cpp        |  4 +++-
 c_glib/gandiva-glib/node.cpp              |  4 +++-
 c_glib/gandiva-glib/projector.cpp         |  4 +++-
 c_glib/parquet-glib/arrow-file-reader.cpp |  2 +-
 c_glib/parquet-glib/arrow-file-writer.cpp |  3 ++-
 c_glib/plasma-glib/object.cpp             |  7 ++++--
 22 files changed, 101 insertions(+), 138 deletions(-)