wlhjason opened a new issue, #44366: URL: https://github.com/apache/arrow/issues/44366
### Describe the bug, including details regarding any error messages, version, and platform. Example (tested with pyarrow 17.0.0): ```python import pyarrow as pa import pyarrow.compute as pc pa.record_batch({"number": [1, 2, 3]}).filter(pc.field("number") < 0) ``` leads to ``` IndexError: list index out of range ``` on this line in `arrow/python/pyarrow/acero.py`: https://github.com/apache/arrow/blob/maint-17.0.0/python/pyarrow/acero.py#L371 ### 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