You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/09/17 23:51:29 UTC

[beam] branch master updated (53b145f -> 51cb377)

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 53b145f  Merge pull request #12678 from [BEAM-10703] Add a step property for shardable states during Dataflow graph translation (Java)
     add 51cb377  [BEAM-10906] Add basic Select transform. (#12832)

No new revisions were added by this update.

Summary of changes:
 .../transforms/aggregation/groupby_test.py         |  5 ++-
 sdks/python/apache_beam/pvalue.py                  |  3 ++
 sdks/python/apache_beam/transforms/core.py         | 40 ++++++++++++++++++++++
 .../apache_beam/transforms/ptransform_test.py      | 30 ++++++++++++++++
 sdks/python/apache_beam/typehints/opcodes.py       | 13 +++++--
 sdks/python/apache_beam/typehints/row_type.py      |  3 ++
 .../apache_beam/typehints/trivial_inference.py     |  9 +++++
 .../typehints/trivial_inference_test.py            |  7 ++++
 sdks/python/apache_beam/typehints/typehints.py     |  3 +-
 9 files changed, 108 insertions(+), 5 deletions(-)