Skip to content

Commit 6c5d49b

Browse files
Fix cargo
1 parent c0b42ea commit 6c5d49b

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/test.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -146,31 +146,31 @@ jobs:
146146
- name: Run Deltalake tests
147147
run: |
148148
cargo test --features=deltalake extension_cases::deltalake
149-
test-hudi:
150-
name: Extension / Hudi
151-
runs-on: ubuntu-latest
152-
strategy:
153-
matrix:
154-
arch: [amd64]
155-
steps:
156-
- uses: actions/checkout@v2
157-
with:
158-
submodules: true
159-
- name: Cache Cargo
160-
uses: actions/cache@v4
161-
with:
162-
path: /home/runner/.cargo
163-
key: cargo-dft-cache-
164-
- name: Cache Rust dependencies
165-
uses: actions/cache@v4
166-
with:
167-
path: target
168-
key: ${{ runner.os }}-cargo-target-${{ hashFiles('Cargo.lock') }}
169-
- name: Setup Rust Toolchain
170-
uses: ./.github/actions/setup-rust
171-
- name: Run Hudi tests
172-
run: |
173-
cargo test --features=hudi extension_cases::hudi
149+
# test-hudi:
150+
# name: Extension / Hudi
151+
# runs-on: ubuntu-latest
152+
# strategy:
153+
# matrix:
154+
# arch: [amd64]
155+
# steps:
156+
# - uses: actions/checkout@v2
157+
# with:
158+
# submodules: true
159+
# - name: Cache Cargo
160+
# uses: actions/cache@v4
161+
# with:
162+
# path: /home/runner/.cargo
163+
# key: cargo-dft-cache-
164+
# - name: Cache Rust dependencies
165+
# uses: actions/cache@v4
166+
# with:
167+
# path: target
168+
# key: ${{ runner.os }}-cargo-target-${{ hashFiles('Cargo.lock') }}
169+
# - name: Setup Rust Toolchain
170+
# uses: ./.github/actions/setup-rust
171+
# - name: Run Hudi tests
172+
# run: |
173+
# cargo test --features=hudi extension_cases::hudi
174174
test-udfs-wasm:
175175
name: Extension / UDFs-WASM
176176
runs-on: ubuntu-latest

crates/datafusion-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ deltalake = ["dep:deltalake"]
5151
flightsql = ["dep:arrow-flight", "dep:base64", "dep:tonic"]
5252
functions-json = ["dep:datafusion-functions-json"]
5353
functions-parquet = ["dep:datafusion-functions-parquet"]
54-
hudi = ["dep:hudi"]
54+
# hudi = ["dep:hudi"]
5555
huggingface = ["object_store_opendal", "opendal", "url"]
5656
iceberg = ["dep:iceberg-catalog-rest", "dep:iceberg-datafusion"]
5757
observability = []

0 commit comments

Comments
 (0)