marinelay commented on issue #51043:
URL: https://github.com/apache/arrow/issues/51043#issuecomment-5739323709

   @1fanwang Thanks for working on these issues. 
   I found three more cases that appear to be outside the current changes:
   
   ```bash
   python -c 'import pyarrow.fs as fs; fs.SubTreeFileSystem("", None)'
   python -c 'import pyarrow.acero as ac; ac.ProjectNodeOptions([None])'
   python -c 'import pyarrow.parquet as pq; pq.ColumnSchema(None, 0)'
   ```
   Each command exits with SIGSEGV on PyArrow 25.0.1
   Would you consider updating the PR to validate these `None` inputs and add 
regression tests?


-- 
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]

Reply via email to