marinelay commented on issue #51043: URL: https://github.com/apache/arrow/issues/51043#issuecomment-5579619116
I found three additional APIs that appear to have the same issue: ```console python -c 'from pyarrow import acero; acero.ScanNodeOptions(None)' python -c 'import pyarrow.parquet as pq; pq.ParquetSchema(None)' python -c 'import pyarrow.dataset as ds; ds.get_partition_keys(None)' ``` Each command terminates independently with SIGSEGV (signal 11) on PyArrow 25.0.0, CPython 3.12.3, Ubuntu 24.04 x86_64, and glibc 2.39. I think additional `None` checks may be needed. -- 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]
