This is an automated email from the ASF dual-hosted git repository.

dmvk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit eb5a8c2cbd973972491dedef23aff98e450a9f5a
Merge: 5e5e7a5 175a8d2
Author: David Moravek <d...@apache.org>
AuthorDate: Wed Jun 19 16:40:32 2019 +0200

    Merge pull request #8848: [BEAM-7543] ReduceByKey.combineBy must accept 
BinaryFunction<V, V, V>

 .../euphoria/core/client/operator/CountByKey.java  |   2 +-
 .../euphoria/core/client/operator/ReduceByKey.java | 307 +++++++++++++++++++--
 .../core/client/operator/ReduceWindow.java         | 292 +++++++++++++++++---
 .../extensions/euphoria/core/client/util/Sums.java |  58 +++-
 .../core/translate/ReduceByKeyTranslator.java      |  83 +++++-
 .../core/client/operator/ReduceByKeyTest.java      |  99 +++++--
 .../euphoria/core/client/util/SumsTest.java        |  13 +-
 .../euphoria/core/testkit/ReduceByKeyTest.java     |  47 +++-
 8 files changed, 799 insertions(+), 102 deletions(-)

Reply via email to