You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2019/09/06 10:54:35 UTC

[arrow] branch master updated (c0dbf71 -> 200e308)

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

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


    from c0dbf71  ARROW-6369: [C++] Handle Array.to_pandas case for type=list<bool>
     add 200e308  ARROW-6120: [C++] Forbid use of <iostream> in public header files

No new revisions were added by this update.

Summary of changes:
 cpp/build-support/lint_cpp_cli.py               | 1 +
 cpp/src/gandiva/decimal_scalar.h                | 1 -
 cpp/src/gandiva/in_holder.h                     | 6 +-----
 cpp/src/gandiva/tree_expr_builder.cc            | 1 +
 cpp/src/parquet/column_io_benchmark.cc          | 2 +-
 cpp/src/parquet/column_reader.cc                | 2 +-
 cpp/src/parquet/column_writer.cc                | 2 +-
 cpp/src/parquet/column_writer_test.cc           | 2 +-
 cpp/src/parquet/file_deserialize_test.cc        | 2 +-
 cpp/src/parquet/metadata.cc                     | 2 +-
 cpp/src/parquet/metadata_test.cc                | 2 +-
 cpp/src/parquet/schema.cc                       | 2 +-
 cpp/src/parquet/schema_test.cc                  | 2 +-
 cpp/src/parquet/statistics_test.cc              | 2 +-
 cpp/src/parquet/{thrift.h => thrift_internal.h} | 0
 15 files changed, 13 insertions(+), 16 deletions(-)
 rename cpp/src/parquet/{thrift.h => thrift_internal.h} (100%)