You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/21 21:59:01 UTC

[GitHub] [arrow] martin-liu commented on pull request #13402: MINOR: [Python] Fix pandas conversion failure when using non-str index name

martin-liu commented on PR #13402:
URL: https://github.com/apache/arrow/pull/13402#issuecomment-1162407232

   @lidavidm can you help to take a look at this PR?
   
   The tests failed with `Segmentation fault` in `test_memory.py`, should be nothing to do with my change, how can I trigger a rerun?
   ```
   =================================== FAILURES ===================================
   _____________ test_debug_memory_pool_disabled[system_memory_pool] ______________
   pool_factory = <built-in function system_memory_pool>
       @pytest.mark.parametrize('pool_factory', supported_factories())
       def test_debug_memory_pool_disabled(pool_factory):
           res = run_debug_memory_pool(pool_factory.__name__, "")
           # The subprocess either returned successfully or was killed by a signal
           # (due to writing out of bounds), depending on the underlying allocator.
           if os.name == "posix":
               assert res.returncode <= 0
           else:
               res.check_returncode()
   >       assert res.stderr == ""
   E       assert 'Fatal Python...in <module>\n' == ''
   E         + Fatal Python error: Segmentation fault
   E         + 
   E         + Current thread 0x000000010e399e00 (most recent call first):
   E         +   File "<string>", line 12 in <module>
   /usr/local/lib/python3.9/site-packages/pyarrow/tests/test_memory.py:245: AssertionError
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org