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 2020/11/18 11:58:33 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #8677: ARROW-10617: [Python] Fix RecordBatchStreamReader iteration with Python 3.8

jorisvandenbossche commented on pull request #8677:
URL: https://github.com/apache/arrow/pull/8677#issuecomment-729632072


   Indeed, it seems the full `test_ipc.py` file is being skipped on the "Python 3.8 Without Pandas" build (https://github.com/apache/arrow/pull/8677/checks?check_run_id=1406477146). And this is because we don't have a 3.8 build with pandas, see this comment at the top of the file:
   
   ```
   # TODO(wesm): The IPC tests depend a lot on pandas currently, so all excluded
   # when it is not installed
   pytestmark = pytest.mark.pandas
   ```
   
   (so certainly a TODO we should resolve)


----------------------------------------------------------------
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:
users@infra.apache.org