Skip to content

Commit

Permalink
Add back hudi feature (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner authored Feb 3, 2025
1 parent ed9df38 commit 069b6db
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 81 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 069b6db

Please sign in to comment.