TypeCodersTest is never executed
Open
bug
core
P2
python
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 205
Description
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
Imported from Jira [BEAM-14411](https://issues.apache.org/jira/browse/BEAM-14411). Original Jira may contain additional context.
Reported by: bhulette.
Contributor guide
Assessment
This issue has not been assessed yet.