@@ -209,8 +209,6 @@ jobs:
209209 run : cargo check --profile ci --no-default-features -p datafusion --features=math_expressions
210210 - name : Check datafusion (parquet)
211211 run : cargo check --profile ci --no-default-features -p datafusion --features=parquet
212- - name : Check datafusion (pyarrow)
213- run : cargo check --profile ci --no-default-features -p datafusion --features=pyarrow
214212 - name : Check datafusion (regex_expressions)
215213 run : cargo check --profile ci --no-default-features -p datafusion --features=regex_expressions
216214 - name : Check datafusion (recursive_protection)
@@ -563,30 +561,6 @@ jobs:
563561 shell : bash
564562 run : cargo test --profile ci --exclude datafusion-cli --workspace --lib --tests --bins --features avro,json,backtrace,integration-tests
565563
566- test-datafusion-pyarrow :
567- name : cargo test pyarrow (amd64)
568- needs : linux-build-lib
569- runs-on : ubuntu-latest
570- container :
571- image : amd64/rust:bullseye # Use the bullseye tag image which comes with python3.9
572- steps :
573- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
574- with :
575- submodules : true
576- fetch-depth : 1
577- - name : Install PyArrow
578- run : |
579- echo "LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
580- apt-get update
581- apt-get install python3-pip -y
582- python3 -m pip install pyarrow
583- - name : Setup Rust toolchain
584- uses : ./.github/actions/setup-builder
585- with :
586- rust-version : stable
587- - name : Run datafusion-common tests
588- run : cargo test --profile ci -p datafusion-common --features=pyarrow,sql
589-
590564 vendor :
591565 name : Verify Vendored Code
592566 runs-on : ubuntu-latest
0 commit comments