Robert Bradshaw created BEAM-5255:
-------------------------------------
Summary: Fix over-aggressive division futurization.
Key: BEAM-5255
URL: https://issues.apache.org/jira/browse/BEAM-5255
Project: Beam
Issue Type: Bug
Components: sdk-py-core
Affects Versions: 2.6.0
Reporter: Robert Bradshaw
Assignee: Ahmet Altay
When converting from Python 2 to Python 3, `a / b` becomes `a // b` only for
ints, but it is incorrect to do this substitution for floating point division.
I noticed this change in the microbenchmarks, but we should do an audit to make
sure we haven't broken things elsewhere.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)