File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ deltalake = ["dep:deltalake"]
5151flightsql = [" dep:arrow-flight" , " dep:base64" , " dep:tonic" ]
5252functions-json = [" dep:datafusion-functions-json" ]
5353functions-parquet = [" dep:datafusion-functions-parquet" ]
54- hudi = [" dep:hudi" ]
54+ # hudi = ["dep:hudi"]
5555huggingface = [" object_store_opendal" , " opendal" , " url" ]
5656iceberg = [" dep:iceberg-catalog-rest" , " dep:iceberg-datafusion" ]
5757observability = []
You can’t perform that action at this time.
0 commit comments