You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2022/05/04 19:35:00 UTC

[jira] [Created] (BEAM-14411) TypeCodersTest is never executed

Brian Hulette created BEAM-14411:
------------------------------------

             Summary: TypeCodersTest is never executed
                 Key: BEAM-14411
                 URL: https://issues.apache.org/jira/browse/BEAM-14411
             Project: Beam
          Issue Type: Bug
          Components: sdk-py-core
            Reporter: Brian Hulette
            Assignee: Brian Hulette


TypecodersTest relies on utils.check_compiled('apache_beam.coders') to skip if cython is not installed. But apache_beam.coders is _never_ compiled (apache_beam.coders.coder_impl is) so this test is never executed.

https://github.com/apache/beam/blob/62904f469f4290546802e03189e5a8faa9af5b7d/sdks/python/apache_beam/coders/typecoders_test.py#L58



--
This message was sent by Atlassian Jira
(v8.20.7#820007)