AlenkaF commented on PR #13311: URL: https://github.com/apache/arrow/pull/13311#issuecomment-1174977797
@lidavidm I have changed the code in `flight.cc` https://github.com/apache/arrow/pull/13311/files#diff-4b08b8c4f93b3a02a872894b39e2d35e60af11669f4dcad6c212f85a41343e95 `flight/types.h` https://github.com/apache/arrow/pull/13311/files#diff-8b9efe1f8818751a9c88f12fe6c81138bfa673f965bbf8ee781353fc834fd49c and `flight/types.cc` https://github.com/apache/arrow/pull/13311/files#diff-b4f0e7ff0c555ddec5cb880a8b636cdcce25453ec3fb998d0026f2b8bd5625f7 Do you think this is OK? Asking as I guess there is something wrong which causes Fatal Python error when running `pytest`: https://github.com/apache/arrow/runs/7194408350?check_suite_focus=true <details> <summary>Error output</summary> <br> ``` Thread 0x00007f90800b6740 (most recent call first): File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/test_flight.py", line 917 in test_flight_list_flights File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/python.py", line 192 in pytest_pyfunc_call File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_callers.py", line 39 in _multicall File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_manager.py", line 80 in _hookexec File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_hooks.py", line 265 in __call__ File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/python.py", line 1761 in runtest File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/runner.py", line 166 in pytest_runtest_call File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_callers.py", line 39 in _multicall File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_manager.py", line 80 in _hookexec File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_hooks.py", line 265 in __call__ File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/runner.py", line 259 in <lambda> File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/runner.py", line 338 in from_call File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/runner.py", line 259 in call_runtest_hook File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/runner.py", line 219 in call_and_report File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/runner.py", line 130 in runtestprotocol File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/runner.py", line 111 in pytest_runtest_protocol File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_callers.py", line 39 in _multicall File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_manager.py", line 80 in _hookexec File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_hooks.py", line 265 in __call__ File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/main.py", line 347 in pytest_runtestloop File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_callers.py", line 39 in _multicall File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_manager.py", line 80 in _hookexec File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_hooks.py", line 265 in __call__ File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/main.py", line 322 in _main File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/main.py", line 268 in wrap_session File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/main.py", line 315 in pytest_cmdline_main File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_callers.py", line 39 in _multicall File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_manager.py", line 80 in _hookexec File "/opt/conda/envs/arrow/lib/python3.7/site-packages/pluggy/_hooks.py", line 265 in __call__ File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/config/__init__.py", line 165 in main File "/opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/config/__init__.py", line 187 in console_main File "/opt/conda/envs/arrow/bin/pytest", line 11 in <module> /arrow/ci/scripts/python_test.sh: line 57: 12744 Segmentation fault ``` </details> Do you maybe have an idea what could be wrong from first glance? -- 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]
