You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2019/09/03 20:34:10 UTC

[beam] branch master updated (4460f03 -> 0c2d8be)

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

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


    from 4460f03  Merge pull request #9331 from ibzib/flink-create-jar
     add 0c2d8be  [BEAM-5878] support DoFns with Keyword-only arguments (#9237)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/internal/pickler.py        |  25 ++++
 .../transforms_keyword_only_args_test_py3.py       | 144 +++++++++++++++++++++
 2 files changed, 169 insertions(+)
 create mode 100644 sdks/python/apache_beam/transforms/transforms_keyword_only_args_test_py3.py