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/02 03:35:27 UTC

[beam] tag nightly-master updated (dc46e10 -> ab597ff)

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 dc46e10  (commit)
      to ab597ff  (commit)
    from dc46e10  Supporting delimiter for GcsUtil.listObjects (#12732)
     add 163579b  Wrap RestrictionTracker in SplittableParDoNaiveBounded
     add ba2b25a  Merge pull request #12723 from boyuanzz/tracker
     add 6d3653e  [BEAM-5002] Upgrade SLF4J version in all non-vendored artifacts.
     add afa59c4  Merge pull request #12741 from lukecwik/beam5002
     add 63ce7fe  [BEAM-10775] Added nodejs installation and documentation
     add 1aa17e8  Merge pull request #12740: [BEAM-10775] Added nodejs installation and documented Typescript precommit job
     add d879895  [BEAM-7705] Update BigQuery docs with new code snippets
     add 4fd5ff4  Merge pull request #12559: [BEAM-7705] Update BigQuery docs with new code snippets
     add fc62407  Add note about state and timers in the face of retry.
     add b9fda38  Merge pull request #12719 Add note about state and timers in the face of retry.
     add c1e712f  Fix NPE in BeamUnnestRel
     add 5b0ab2d  Merge pull request #12751 from robinyqiu/unnest
     add 6be59b6  Copy subtransforms to output of translations.pipeline_from_stages() (#12605)
     add 13a819a  Set SETUPTOOLS_USE_DISTUTILS=stdlib on jenkins
     add d9e5c8f  Merge pull request #12752 from TheNeuralBit/beam-10841
     add ab597ff  [BEAM-5122][BEAM-7582] Re-enable ignored tests in PubsubJsonIT (#12750)

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |  8 +--
 .test-infra/jenkins/CommonJobProperties.groovy     |  5 +-
 .test-infra/jenkins/README.md                      |  1 +
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  9 +--
 .../apache/beam/gradle/GrpcVendoring_1_26_0.groovy |  2 +-
 learning/katas/kotlin/build.gradle                 |  2 +-
 runners/core-construction-java/build.gradle        |  1 +
 .../construction/SplittableParDoNaiveBounded.java  | 77 +++++++++++---------
 .../sdk/extensions/sql/impl/rel/BeamUnnestRel.java |  2 +-
 .../sql/meta/provider/pubsub/PubsubJsonIT.java     |  3 -
 .../portability/fn_api_runner/translations.py      | 83 ++++++++++++----------
 sdks/python/scripts/run_eslint.sh                  |  6 ++
 sdks/python/scripts/run_jest.sh                    |  6 ++
 .../python/scripts/setup_nodejs.sh                 | 19 +++--
 sdks/python/tox.ini                                |  2 +
 .../documentation/io/built-in/google-bigquery.md   | 48 ++++++-------
 .../site/content/en/documentation/runtime/model.md |  6 +-
 17 files changed, 161 insertions(+), 119 deletions(-)
 copy .test-infra/kubernetes/cassandra/LargeITCluster/teardown.sh => sdks/python/scripts/setup_nodejs.sh (68%)
 mode change 100644 => 100755