dianaclarke opened a new pull request #9738: URL: https://github.com/apache/arrow/pull/9738
Before: >>> import pyarrow >>> pyarrow.concat_tables([None]) Bus error: 10 Python quit unexpectedly After: >>> import pyarrow >>> pyarrow.concat_tables([None]) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "pyarrow/table.pxi", line 2229, in pyarrow.lib.concat_tables raise TypeError("Unable to concatenate table. Table is None.") TypeError: Unable to concatenate table. Table is None. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org