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

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


    from 5e5e7a5  Merge pull request #8849: [BEAM-7561] Enable 
HdfsFileSystems.match to match a directory
     add b0bf009  [BEAM-7543] ReduceByKey.combineBy must accept 
BinaryFunction<V, V, V>
     add 175a8d2  [BEAM-7543] deprecate old #combineBy(Sums.ofLongs(), 
TypeDescriptors.longs())
     new eb5a8c2  Merge pull request #8848: [BEAM-7543] ReduceByKey.combineBy 
must accept BinaryFunction<V, V, V>

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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