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

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


    from d0dfa97  Merge pull request #7656: [BEAM-4775] Metrics improvements: 
make wordcount.py work with attempted metrics
     new fb21275  [BEAM-4030] Add CombineFn.compact for Python.
     new 5cbef50  Add a keyword-free version of CallableCombineFn.
     new 5fd60d7  Rename compact_accumulator to compact for consistancy.
     new b117244  Merge pull request #7661 [BEAM-4030] Add CombineFn.compact 
for Python.

The 19809 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:
 .../runners/portability/fn_api_runner_test.py      |   2 +-
 .../apache_beam/runners/worker/operations.pxd      |   1 +
 .../apache_beam/runners/worker/operations.py       |  14 ++-
 sdks/python/apache_beam/transforms/combiners.py    |   3 +
 sdks/python/apache_beam/transforms/core.py         | 138 +++++++++++++++------
 sdks/python/apache_beam/transforms/ptransform.py   |   4 +-
 sdks/python/apache_beam/transforms/trigger.py      |  25 ++--
 7 files changed, 137 insertions(+), 50 deletions(-)

Reply via email to