jorisvandenbossche commented on pull request #11724: URL: https://github.com/apache/arrow/pull/11724#issuecomment-982765705
There are a few flake8 linting errors: ``` INFO:archery:Running Python linter (flake8) /arrow/python/pyarrow/tests/parquet/test_basic.py:377:80: E501 line too long (81 > 79 characters) /arrow/python/pyarrow/tests/parquet/test_basic.py:386:80: E501 line too long (89 > 79 characters) /arrow/python/pyarrow/tests/parquet/test_basic.py:393:80: E501 line too long (82 > 79 characters) ``` -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org