You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/04/18 17:52:25 UTC

[arrow-rs] branch master updated (212a001 -> c7bd778)

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

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


    from 212a001  Fixed RAT and Rust linting.
     add 3f9e2d9  Fixed CI.
     add ab13ebe  Fiddle paths to submodules.
     add a0ddd29  Fiddle with CI paths
     add 878a8d8  Removed test from datafusion.
     add 7b61b9c  Fiddle paths for testing.
     add 18a3cf2  Trying dev fix.
     add cbf8ed2  Fixed Linting.
     add c3190ee  Removed unused cancel jobs
     add c7bd778  Temporarily removed integration in CI.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cancel.yml        |  70 ----------------------
 .github/workflows/dev.yml           |   2 +-
 .github/workflows/integration.yml   |  83 --------------------------
 .github/workflows/rust.yml          |  68 +++++++++-------------
 .gitignore                          |   3 +
 .pre-commit-config.yaml             |   4 +-
 README.md                           |   4 +-
 arrow/src/util/test_util.rs         |   7 +--
 ci/scripts/python_sdist_test.sh     |   2 +-
 ci/scripts/python_test.sh           |   2 +-
 ci/scripts/rust_build.sh            |   2 +-
 dev/.gitignore                      |   2 +
 dev/archery/archery/cli.py          |   5 +-
 dev/archery/archery/utils/lint.py   |   4 --
 dev/archery/archery/utils/source.py |   8 +--
 dev/release/rat_exclude_files.txt   | 113 ++----------------------------------
 16 files changed, 52 insertions(+), 327 deletions(-)
 delete mode 100644 .github/workflows/integration.yml