You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/17 23:59:00 UTC

[jira] [Commented] (ARROW-2005) [Python] pyflakes warnings on Cython files not failing build

    [ https://issues.apache.org/jira/browse/ARROW-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329719#comment-16329719 ] 

ASF GitHub Bot commented on ARROW-2005:
---------------------------------------

wesm opened a new pull request #1488: ARROW-2005: [Python] Fix incorrect flake8 config path to Cython lint config
URL: https://github.com/apache/arrow/pull/1488
 
 
   This was silently passing even though the config file was not found. This first build should fail, then I will fix the flakes

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> [Python] pyflakes warnings on Cython files not failing build
> ------------------------------------------------------------
>
>                 Key: ARROW-2005
>                 URL: https://issues.apache.org/jira/browse/ARROW-2005
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> I see the following flakes in master:
> {code:java}
> pyarrow/plasma.pyx:251:80: E501 line too long (82 > 79 characters)
> pyarrow/plasma.pyx:305:80: E501 line too long (96 > 79 characters)
> pyarrow/_orc.pyx:53:46: E127 continuation line over-indented for visual indent
> pyarrow/_orc.pyx:72:49: E703 statement ends with a semicolon
> pyarrow/_orc.pyx:75:52: E703 statement ends with a semicolon
> pyarrow/_orc.pyx:88:80: E501 line too long (85 > 79 characters)
> pyarrow/_orc.pyx:92:80: E501 line too long (94 > 79 characters)
> pyarrow/_orc.pxd:32:80: E501 line too long (87 > 79 characters)
> pyarrow/_orc.pxd:43:80: E501 line too long (90 > 79 characters)
> 9{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)