Kenneth Knowles created BEAM-6720:
-------------------------------------
Summary: Binary incompatibility introduced to MapElements between
2.9.0 and 2.10.0
Key: BEAM-6720
URL: https://issues.apache.org/jira/browse/BEAM-6720
Project: Beam
Issue Type: Bug
Components: sdk-java-core
Affects Versions: 2.10.0
Reporter: Kenneth Knowles
Assignee: Kenneth Knowles
Fix For: 2.11.0
In https://github.com/apache/beam/pull/7160 {{MapElements.via(SimpleFunction)}}
was removed and replaced with {{MapElements.via(InferableFunction)}}.
This is compatible with a recompile, but loses binary compatibility because the
needed method signature is missing. I believe a pass-through method with the
needed signature can be added to restore binary compatibility.
CC [[email protected]] [~altay]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)