Luke Zhu created BEAM-3723:
------------------------------
Summary: Duration, Timestamp, and Window in utils/ are
incompatible with Python 3
Key: BEAM-3723
URL: https://issues.apache.org/jira/browse/BEAM-3723
Project: Beam
Issue Type: Bug
Components: sdk-py-core
Reporter: Luke Zhu
They use __cmp__ instead of rich comparison operators __eq__, __lt__, etc.
This can be fixed by updating the Cython version (0.27.1 supports rich
comparions), or possibly by configuring cythonize.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)