[
https://issues.apache.org/jira/browse/ARROW-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-7471.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 6126
[https://github.com/apache/arrow/pull/6126]
> [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
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> 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)