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

[beam] branch master updated (d87fc52 -> dba5f2b)

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

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


    from d87fc52  [BEAM-7746] Fix type errors and enable checks for apache_beam.dataframe.* (#11632)
     new 21848c6  Moves apply_WriteToBigQuery to override
     new b365680  Skip test if py=3.8 see BEAM-9754
     new dba5f2b  Merge pull request #11594 from [BEAM-9692] Replace apply_WriteToBigQuery with PTransformOverride

The 27240 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/dataflow/dataflow_runner.py            |  40 +-----
 .../runners/dataflow/dataflow_runner_test.py       |  67 ++++++++++
 .../runners/dataflow/ptransform_overrides.py       | 136 +++++++++++++++++++++
 3 files changed, 206 insertions(+), 37 deletions(-)