You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/12/24 20:16:00 UTC

[jira] [Created] (ARROW-7471) [Python] Cython flake8 failures

Wes McKinney created ARROW-7471:
-----------------------------------

             Summary: [Python] Cython flake8 failures
                 Key: ARROW-7471
                 URL: https://issues.apache.org/jira/browse/ARROW-7471
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Wes McKinney
             Fix For: 1.0.0


Observed on master

{code}
0
pyarrow/_dataset.pyx:216:80: E501 line too long (84 > 79 characters)
pyarrow/_dataset.pyx:232:80: E501 line too long (96 > 79 characters)
pyarrow/_dataset.pyx:239:80: E501 line too long (83 > 79 characters)
pyarrow/_dataset.pyx:317:35: E251 unexpected spaces around keyword / parameter equals
pyarrow/_dataset.pyx:317:37: E251 unexpected spaces around keyword / parameter equals
pyarrow/includes/libarrow_dataset.pxd:261:38: E126 continuation line over-indented for hanging indent
pyarrow/includes/libarrow_dataset.pxd:293:80: E501 line too long (87 > 79 characters)
pyarrow/includes/libarrow_dataset.pxd:313:80: E501 line too long (85 > 79 characters)
8
{code}

It seems the Cython flake8 checks aren't being performed in CI



--
This message was sent by Atlassian Jira
(v8.3.4#803005)