You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/11/10 21:22:50 UTC

[arrow] branch master updated (ef0feb2 -> 18b9281)

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

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


    from ef0feb2  ARROW-10353: [C++] Fix handling of compression in Parquet data pages v2
     add 18b9281  ARROW-8883: [Rust] [Integration] Enable more tests

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/integration/datagen.py         |  11 +-
 docs/source/status.rst                             |  32 +-
 rust/arrow/src/array/array_struct.rs               |   2 +-
 rust/arrow/src/array/data.rs                       |  60 +-
 rust/arrow/src/array/equal/variable_size.rs        |   6 +-
 rust/arrow/src/buffer.rs                           |   2 +-
 rust/arrow/src/compute/kernels/cast.rs             |  16 +
 rust/arrow/src/datatypes.rs                        |  35 +-
 rust/arrow/src/error.rs                            |   6 +
 rust/arrow/src/ipc/convert.rs                      |   8 +-
 rust/arrow/src/ipc/mod.rs                          |   4 +-
 rust/arrow/src/ipc/reader.rs                       |  37 +-
 rust/arrow/src/ipc/writer.rs                       |   7 +-
 rust/arrow/src/util/integration_util.rs            | 103 ++-
 .../src/bin/arrow-json-integration-test.rs         | 860 +++++++++++++--------
 15 files changed, 760 insertions(+), 429 deletions(-)