You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Robbe (JIRA)" <ji...@apache.org> on 2019/03/21 15:28:00 UTC

[jira] [Created] (BEAM-6877) Type inference tests fail on Python 3.6 due to bytecode changes

Robbe created BEAM-6877:
---------------------------

             Summary: Type inference tests fail on Python 3.6 due to bytecode changes
                 Key: BEAM-6877
                 URL: https://issues.apache.org/jira/browse/BEAM-6877
             Project: Beam
          Issue Type: Task
          Components: sdk-py-core
            Reporter: Robbe


Type inference doesn't work on Python 3.6 due to [bytecode to wordcode changes|https://docs.python.org/3/whatsnew/3.6.html#cpython-bytecode-changes].

Type inference always returns Any on Python 3.6, so this is not critical.

Affected tests are:
*transforms/ptransform_test*:
- test_combine_properly_pipeline_type_checks_using_decorator
- test_mean_globally_pipeline_checking_satisfied
- test_mean_globally_runtime_checking_satisfied
- test_count_globally_pipeline_type_checking_satisfied
- test_count_globally_runtime_type_checking_satisfied
- test_pardo_type_inference
- test_pipeline_inference
- test_inferred_bad_kv_type

*typehints/trivial_inference_test*:-
- all tests in TrivialInferenceTest




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