You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/07 19:45:18 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #3745: CI: Add a new run to check whether lock file is up-to-date

alamb commented on code in PR #3745:
URL: https://github.com/apache/arrow-datafusion/pull/3745#discussion_r990452136


##########
.github/workflows/rust.yml:
##########
@@ -61,6 +61,9 @@ jobs:
       - name: Check workspace with all features
         run: |
           cargo check --workspace --benches --features avro,jit,scheduler,json
+      - name: Check Cargo.lock for datafusion-cli

Review Comment:
   ๐Ÿ‘ 
   
   I ran this locally and it worked great for me, FWIW



##########
.gitignore:
##########
@@ -85,7 +85,6 @@ cpp/Brewfile.lock.json
 target
 Cargo.lock
 !datafusion-cli/Cargo.lock
-!ballista-cli/Cargo.lock

Review Comment:
   ๐Ÿงน 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org