Skip to content

Commit

Permalink
Add pyspark DataFusion integration test (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya authored Jan 23, 2025
1 parent 2688e50 commit ce068db
Show file tree
Hide file tree
Showing 7 changed files with 349 additions and 207 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Cache Rust artifacts
uses: Swatinem/rust-cache@v2

- name: Build
run: make build

Expand Down Expand Up @@ -158,4 +158,4 @@ jobs:
rust-version: ${{ env.rust_msrv }}
- name: Check MSRV
run: |
cargo +${{ env.rust_msrv }} check --locked --workspace --exclude iceberg-datafusion --exclude iceberg-catalog-s3tables
cargo +${{ env.rust_msrv }} check --locked --workspace --exclude iceberg-datafusion --exclude iceberg-catalog-s3tables --exclude iceberg-integration-tests
Loading

0 comments on commit ce068db

Please sign in to comment.