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 2021/01/07 09:03:41 UTC

[arrow] branch master updated (3a7048a -> 98159f1)

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 3a7048a  ARROW-11159: [Developer] Consolidate pull request related jobs
     add 98159f1  ARROW-10259: [Rust] Add custom metadata to Field

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/integration/datagen.py   |   3 +-
 rust/arrow/src/array/builder.rs              |   2 +-
 rust/arrow/src/datatypes.rs                  | 266 +++++++++++++++++++++++++--
 rust/arrow/src/ipc/convert.rs                |  50 ++++-
 rust/arrow/src/util/integration_util.rs      |  50 ++++-
 rust/arrow/test/data/integration.json        |  53 ++++++
 rust/datafusion/src/logical_plan/dfschema.rs |   4 +-
 rust/datafusion/src/physical_plan/planner.rs |   6 +-
 8 files changed, 412 insertions(+), 22 deletions(-)