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/07/03 02:42:12 UTC

[beam] tag nightly-master updated (0fb562e -> c7d31f3)

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 0fb562e  (commit)
      to c7d31f3  (commit)
    from 0fb562e  Fix typo (#12160)
     add 4eee2dc  Add test for timestamp from date in default timezone
     add 1aa4fb3  Merge pull request #12154 from robinyqiu/timezone
     add b8a06a1  Minor fix to remove a duplicated word 'to'
     add a3e7467  Merge pull request #12148: Minor fix on documentation to remove a duplicated word 'to'
     add eacdbf3  [BEAM-10335] add STS assume role to AwsModule (#12131)
     add fae9067  Update walkthrough.md
     add cf6bb3d  Merge pull request #12052 from dhodun/patch-1
     add 927cd94  Throw an error when main output has the same tag as side outputs
     add c7d31f3  Throw an error when main output has the same tag as side outputs #11709

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   1 +
 .../sql/zetasql/ZetaSQLDialectSpecTest.java        | 116 ++++++++++++---------
 sdks/java/io/amazon-web-services/build.gradle      |   6 +-
 .../apache/beam/sdk/io/aws/options/AwsModule.java  |  30 +++++-
 .../beam/sdk/io/aws/options/AwsModuleTest.java     |  25 +++++
 sdks/python/apache_beam/transforms/core.py         |  53 +++++-----
 .../en/documentation/dsls/sql/walkthrough.md       |   2 +-
 .../transforms/java/aggregation/combine.md         |   4 +-
 9 files changed, 159 insertions(+), 79 deletions(-)