AlenkaF opened a new issue, #46174: URL: https://github.com/apache/arrow/issues/46174
### Describe the bug, including details regarding any error messages, version, and platform. There are tests failing in builds: - https://github.com/ursacomputing/crossbow/actions/runs/14504182772/job/40690374094#step:3:15238 - https://github.com/ursacomputing/crossbow/actions/runs/14504182883/job/40690374677#step:3:13330 with ``` E ImportError: The pyarrow installation is not built with support for 'acero' (No module named 'pyarrow._acero') root/venv/lib/python3.12/site-packages/pyarrow/acero.py:41: ImportError ``` in ``` > expr_empty_result = batch.filter(pc.field("a'") == "zzz") ``` probably due to acero functionality being used when filtering table/batch in `test_compute.py`. This was introduced in https://github.com/apache/arrow/pull/46057. ### Component(s) Python -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org