You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/09/25 03:02:49 UTC

[beam] tag nightly-master updated (dc99f04 -> d1261ad)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.


*** WARNING: tag nightly-master was modified! ***

    from dc99f04  (commit)
      to d1261ad  (commit)
    from dc99f04  [BEAM-9616] Consolidate Element and DoFn json impl (#12925)
     add cba5309  [BEAM-9154] Ensure Chicago Taxi Example is disabled on Jenkins (#12929)
     add 689ca3e  Add to_pcollection example to wordcount_dataframe (#12923)
     add e2952c5  [BEAM-7746] Add type checking to coders
     add ed60540  Merge pull request #12884 [BEAM-7746] Add type checking to coders
     add 2fbd407  Adds unit tests for the parse_table_reference function
     add c38fa68  Merge pull request #12932 from milancermak/parse_table_reference-tests
     add 2bb58fa  Merge pull request #12918 from [BEAM-10910]: Validate the BigQuery table name before creating one
     add ae300a2  [Minor] Typo/grammatical changes (#12849)
     add b42bcba  [BEAM-10960] Fix DropFields does not maintain the original fields order (#12928)
     add d1261ad  [BEAM-6103] Enable BQ streaming insert timeouts (#12893)

No new revisions were added by this update.

Summary of changes:
 ...mit_Python_Chicago_Taxi_Example_Dataflow.groovy |  4 +-
 ...Commit_Python_Chicago_Taxi_Example_Flink.groovy |  4 +-
 CHANGES.md                                         | 33 ++++++++-
 README.md                                          |  2 +-
 .../beam/sdk/schemas/transforms/DropFields.java    |  9 ++-
 .../sdk/schemas/transforms/DropFieldsTest.java     | 43 ++++++++++++
 .../gcp/util/RetryHttpRequestInitializer.java      |  1 +
 .../beam/sdk/io/gcp/bigquery/BigQueryOptions.java  |  5 +-
 sdks/python/apache_beam/coders/coder_impl.py       |  9 ++-
 sdks/python/apache_beam/coders/coders.py           | 63 +++++++++--------
 .../apache_beam/examples/wordcount_dataframe.py    | 11 +++
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   | 13 +++-
 .../apache_beam/io/gcp/bigquery_tools_test.py      | 80 ++++++++++++++++++++++
 sdks/python/apache_beam/utils/retry.py             |  6 ++
 sdks/python/mypy.ini                               |  3 -
 15 files changed, 237 insertions(+), 49 deletions(-)