Skip to content

Commit

Permalink
Merge branch '1635-pyarrow-test' of github.com:wjones127/arrow-datafu…
Browse files Browse the repository at this point in the history
…sion into 1635-pyarrow-test
  • Loading branch information
wjones127 committed Feb 3, 2022
2 parents 78ac9ff + eeabd8e commit 0764a3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ jobs:
python-version: "3.8"
- name: Install PyArrow
run: |
pip install pyarrow
echo "LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
python -m pip install pyarrow
- name: Setup Rust toolchain
run: |
rustup toolchain install ${{ matrix.rust }}
Expand Down
3 changes: 2 additions & 1 deletion datafusion/src/pyarrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ mod tests {
HINT: try `pip install pyarrow`\n\
NOTE: On Mac OS, you must compile against a Framework Python \
(default in python.org installers and brew, but not pyenv)\n\
NOTE: On Mac OS, PYO3 might point to incorrect path. Try \
NOTE: On Mac OS, PYO3 might point to incorrect Python library \
path when using virtual environments. Try \
`export PYTHONPATH=$(python -c \"import sys; print(sys.path[-1])\")`\n",
executable, python_path
)
Expand Down

0 comments on commit 0764a3b

Please sign in to comment.