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 055ffa4d7 Remove sqllogictests CI run (#4504)
055ffa4d7 is described below

commit 055ffa4d796a3c59c96b54ad5193f11ab221d542
Author: mvanschellebeeck <[email protected]>
AuthorDate: Sun Dec 4 10:59:40 2022 -0500

    Remove sqllogictests CI run (#4504)
---
 .github/workflows/rust.yml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index e74d87e60..e6ab64dde 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -517,31 +517,3 @@ jobs:
           # If you encounter an error, run './dev/update_config_docs.sh' and 
commit
           ./dev/update_config_docs.sh
           git diff --exit-code
-
-  # Run sqllogictests
-  sql-logic-tests:
-    name: run sqllogictests
-    needs: [linux-build-lib]
-    runs-on: ubuntu-latest
-    container:
-      image: amd64/rust
-      env:
-        # Disable full debug symbol generation to speed up CI build and keep 
memory down
-        # "1" means line tables only, which is useful for panic tracebacks.
-        RUSTFLAGS: "-C debuginfo=1"
-    steps:
-      - uses: actions/checkout@v3
-        with:
-          submodules: true
-      - name: Cache Cargo
-        uses: actions/cache@v3
-        with:
-          path: /github/home/.cargo
-          # this key equals the ones on `linux-build-lib` for re-use
-          key: cargo-cache-
-      - name: Setup Rust toolchain
-        uses: ./.github/actions/setup-builder
-        with:
-          rust-version: stable
-      - name: Run sqllogictests
-        run: cargo test -p datafusion --test sqllogictests
\ No newline at end of file

Reply via email to