Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: h-vetinari <[email protected]>
  • Loading branch information
raulcd and h-vetinari authored May 2, 2024
1 parent a632f02 commit da9c6e4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,7 @@ outputs:
- numpy
- python
- setuptools
# see https://github.com/apache/arrow/issues/37931
- setuptools_scm <8
- setuptools_scm
run:
- {{ pin_subpackage("libarrow", exact=True) }}
- {{ pin_compatible('numpy') }}
Expand Down Expand Up @@ -788,11 +787,6 @@ outputs:
- pyarrow.dataset
- pyarrow.parquet
commands:
# Expected included libraries
- test -f $PREFIX/lib/libarrow_acero${SHLIB_EXT} # [unix]
- test -f $PREFIX/lib/libarrow_dataset${SHLIB_EXT} # [unix]
- test -f $PREFIX/lib/libparquet${SHLIB_EXT} # [unix]

# Expected not included libraries
- test ! -f $PREFIX/lib/libarrow_flight${SHLIB_EXT} # [unix]
- test ! -f $PREFIX/lib/libgandiva${SHLIB_EXT} # [unix]
Expand Down Expand Up @@ -831,15 +825,9 @@ outputs:
- apache-arrow-proc =*={{ build_ext }}

test:
files:
- test_read_parquet.py
imports:
- pyarrow.flight
- pyarrow.gandiva
commands:
# Expected included libraries
- test -f $PREFIX/lib/libarrow_flight${SHLIB_EXT} # [unix]
- test -f $PREFIX/lib/libgandiva${SHLIB_EXT} # [unix]
about:
home: http://github.com/apache/arrow
license: Apache-2.0
Expand Down

0 comments on commit da9c6e4

Please sign in to comment.