drauschenbach commented on PR #940:
URL:
https://github.com/apache/datafusion-python/pull/940#issuecomment-2453118397
## Verification on an Apple M1
```sh
$ micromamba env create -f ./conda/environments/datafusion-dev.yaml -n
datafusion-dev
...
Transaction finished
To activate this environment, use:
micromamba activate datafusion-dev
```
```sh
$ micromamba activate datafusion-dev
$ maturin develop
...
Installed datafusion-42.0.0
```
```sh
$ python3 -m pytest
================================================================== test
session starts
===================================================================
platform darwin -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0
rootdir: /Users/davidr/workspaces/drauschenbach/datafusion-python
configfile: pyproject.toml
collected 465 items
python/tests/test_aggregation.py
..................................................................................
[ 17%]
python/tests/test_catalog.py .
[ 17%]
python/tests/test_config.py ...
[ 18%]
python/tests/test_context.py .....................ss......................
[ 28%]
python/tests/test_dataframe.py
...............................................................................ssss............................
[ 52%]
python/tests/test_expr.py ..........
[ 54%]
python/tests/test_functions.py
...................................................................................................................
[ 78%]
.......................
[ 83%]
python/tests/test_imports.py .....
[ 84%]
python/tests/test_indexing.py ..
[ 85%]
python/tests/test_input.py .
[ 85%]
python/tests/test_plans.py .
[ 85%]
python/tests/test_sql.py .........................x...xxxx........
[ 94%]
python/tests/test_store.py .
[ 94%]
python/tests/test_substrait.py ...
[ 95%]
python/tests/test_udaf.py .....
[ 96%]
python/tests/test_udf.py ...
[ 97%]
python/tests/test_udwf.py ............
[ 99%]
python/tests/test_wrapper_coverage.py .
[100%]
======================================================= 454 passed, 6
skipped, 5 xfailed in 2.89s
========================================================
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]