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 2022/10/11 13:23:00 UTC

[arrow-datafusion] branch master updated: CI: Add a new run to check whether lock file is up-to-date (#3745)

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-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 58afdf738 CI: Add a new run to check whether lock file is up-to-date (#3745)
58afdf738 is described below

commit 58afdf738bed092af7b3c8cf4f9c49e39c66fa25
Author: Batuhan Taskaya <is...@gmail.com>
AuthorDate: Tue Oct 11 16:22:53 2022 +0300

    CI: Add a new run to check whether lock file is up-to-date (#3745)
---
 .github/workflows/rust.yml | 3 +++
 .gitignore                 | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 937fad7f5..e74af1352 100644
--- a/.github/workflows/rust.yml
+++ b/.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
+        run: |
+          cargo check --manifest-path datafusion-cli/Cargo.toml --locked
 
   # test the crate
   linux-test:
diff --git a/.gitignore b/.gitignore
index 529c590f7..5942659d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,7 +85,6 @@ cpp/Brewfile.lock.json
 target
 Cargo.lock
 !datafusion-cli/Cargo.lock
-!ballista-cli/Cargo.lock
 
 rusty-tags.vi
 .history