Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Feb 3, 2025
2 parents 49e99b2 + a36b84a commit 4b1fffb
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 7,226 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,34 +161,34 @@ jobs:
- name: Run Deltalake tests
run: |
cargo test --features=deltalake extension_cases::deltalake
# test-hudi:
# name: Hudi
# runs-on: ubuntu-latest
# strategy:
# matrix:
# arch: [amd64]
# rust: [stable]
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: true
# - name: Cache Cargo
# uses: actions/cache@v2
# with:
# path: /home/runner/.cargo
# key: cargo-dft-cache-
# - name: Cache Rust dependencies
# uses: actions/cache@v2
# with:
# path: /home/runner/target
# key: target-dft-cache-
# - name: Setup Rust toolchain
# run: |
# rustup toolchain install ${{ matrix.rust }}
# rustup default ${{ matrix.rust }}
# - name: Run Hudi tests
# run: |
# cargo test --features=hudi extension_cases::hudi
test-hudi:
name: Hudi
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64]
rust: [stable]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Cache Cargo
uses: actions/cache@v2
with:
path: /home/runner/.cargo
key: cargo-dft-cache-
- name: Cache Rust dependencies
uses: actions/cache@v2
with:
path: /home/runner/target
key: target-dft-cache-
- name: Setup Rust toolchain
run: |
rustup toolchain install ${{ matrix.rust }}
rustup default ${{ matrix.rust }}
- name: Run Hudi tests
run: |
cargo test --features=hudi extension_cases::hudi
test-huggingface:
name: HuggingFace
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 4b1fffb

Please sign in to comment.