Chris Gorgolewski created BEAM-9579:
---------------------------------------
Summary: ApproximateQuantilesCombineFn uses deprecated '-' operator
Key: BEAM-9579
URL: https://issues.apache.org/jira/browse/BEAM-9579
Project: Beam
Issue Type: Bug
Components: sdk-py-core
Reporter: Chris Gorgolewski
This causes a TypeError with numpy 1.16.4
{{apache_beam/transforms/stats.py", line 437, in <lambda>}}
{{ else (a > b) - (a < b)}}
{{TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the
bitwise_xor, the `^` operator, or the logical_xor function instead.}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)