You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ma...@apache.org on 2019/09/25 00:57:48 UTC

[beam] branch release-2.16.0 updated (8884112 -> dc072d6)

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

markliu pushed a change to branch release-2.16.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 8884112  Merge pull request #9637: [release-2.16.0][BEAM-8299] Upgrade Jackson to version 2.9.10
     add eb40ca8  Avoid comparison with param.default in type signature analysis.
     add 869a05b  [BEAM-8301] Fix incomparable defaults.
     add dc072d6  Merge pull request #9657: [BEAM-8301] Cherry-pick default argument comparison fixes

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/pipeline_test.py        | 22 +++++++++++++++++++
 sdks/python/apache_beam/runners/common.py       | 28 ++++++++++++-------------
 sdks/python/apache_beam/transforms/core.py      |  2 +-
 sdks/python/apache_beam/typehints/decorators.py |  2 +-
 4 files changed, 38 insertions(+), 16 deletions(-)