You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/01/04 00:00:58 UTC

[arrow-rs] branch master updated: Minor: run arrow-integration-test{,ing} clippy after arrow clippy (#3445)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b82b35f11 Minor: run arrow-integration-test{,ing} clippy after arrow clippy (#3445)
b82b35f11 is described below

commit b82b35f11ed6c3eabee85e7fd72d003db260f9c0
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Tue Jan 3 19:00:51 2023 -0500

    Minor: run arrow-integration-test{,ing} clippy after arrow clippy (#3445)
---
 .github/workflows/arrow.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml
index a5f402cbe..4ac640053 100644
--- a/.github/workflows/arrow.yml
+++ b/.github/workflows/arrow.yml
@@ -208,9 +208,9 @@ jobs:
         run: cargo clippy -p arrow-arith --all-targets --features dyn_arith_dict -- -D warnings
       - name: Clippy arrow-row with all features
         run: cargo clippy -p arrow-row --all-targets --all-features -- -D warnings
+      - name: Clippy arrow with all features except SIMD
+        run: cargo clippy -p arrow --features=prettyprint,csv,ipc,test_utils,ffi,ipc_compression,dyn_cmp_dict,dyn_arith_dict,chrono-tz --all-targets -- -D warnings
       - name: Clippy arrow-integration-test with all features
         run: cargo clippy -p arrow-integration-test --all-targets --all-features -- -D warnings
       - name: Clippy arrow-integration-testing with all features
         run: cargo clippy -p arrow-integration-testing --all-targets --all-features -- -D warnings
-      - name: Clippy arrow with all features except SIMD
-        run: cargo clippy -p arrow --features=prettyprint,csv,ipc,test_utils,ffi,ipc_compression,dyn_cmp_dict,dyn_arith_dict,chrono-tz --all-targets -- -D warnings