You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Pablo Estrada (JIRA)" <ji...@apache.org> on 2018/04/16 18:51:00 UTC

[jira] [Commented] (BEAM-3669) Linter error in statesampler_fast

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

Pablo Estrada commented on BEAM-3669:
-------------------------------------

Investigation by Boyuan is that this error happens when the output from Cython compilation has not been cleaned up when lint is run. We can ensure that lint always cleans up before it runs, since users may run it independently by themselves.

> Linter error in statesampler_fast
> ---------------------------------
>
>                 Key: BEAM-3669
>                 URL: https://issues.apache.org/jira/browse/BEAM-3669
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Ahmet Altay
>            Assignee: Pablo Estrada
>            Priority: Major
>
> This is a precommit failure, but I have seen it in 2 unrelated pre-commits. It is possible that this is an issue with the head:
> Link to a job: https://builds.apache.org/job/beam_PreCommit_Python_MavenInstall/2661/org.apache.beam$beam-sdks-python/console
>  
> Running pylint for module apache_beam:
> ************* Module apache_beam.runners.worker.statesampler_fast
> E:  1, 0: compile() expected string without null bytes (syntax-error)
> ************* Module apache_beam.coders.stream
> E:  1, 0: compile() expected string without null bytes (syntax-error)



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