You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/06/08 22:10:18 UTC

[jira] [Created] (BEAM-2426) Remove imports from runner/init

Ahmet Altay created BEAM-2426:
---------------------------------

             Summary: Remove imports from runner/init
                 Key: BEAM-2426
                 URL: https://issues.apache.org/jira/browse/BEAM-2426
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Ahmet Altay


for Version 3.0

Remove imports from runner/__init__, they cause circular dependencies. In general reduce init imports in the sdk.

https://github.com/apache/beam/blob/911bfbdef62a7bb750426da9cc59537c4ffd9e1f/sdks/python/apache_beam/runners/__init__.py



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Re: [jira] [Created] (BEAM-2426) Remove imports from runner/init

Posted by Robert Bradshaw <ro...@google.com.INVALID>.
Yeah, wish we had gotten to this pre-alpha.

On Thu, Jun 8, 2017 at 3:10 PM, Ahmet Altay (JIRA) <ji...@apache.org> wrote:
> Ahmet Altay created BEAM-2426:
> ---------------------------------
>
>              Summary: Remove imports from runner/init
>                  Key: BEAM-2426
>                  URL: https://issues.apache.org/jira/browse/BEAM-2426
>              Project: Beam
>           Issue Type: Bug
>           Components: sdk-py
>             Reporter: Ahmet Altay
>
>
> for Version 3.0
>
> Remove imports from runner/__init__, they cause circular dependencies. In general reduce init imports in the sdk.
>
> https://github.com/apache/beam/blob/911bfbdef62a7bb750426da9cc59537c4ffd9e1f/sdks/python/apache_beam/runners/__init__.py
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.15#6346)