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 2023/08/18 15:10:04 UTC

[beam] branch dependabot/github_actions/actions/upload-artifact-3 updated (2d6a292d70f -> dccf2ef86fd)

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

github-bot pushed a change to branch dependabot/github_actions/actions/upload-artifact-3
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 2d6a292d70f Bump actions/upload-artifact from 2 to 3
     add 725b5f44f8d Replace deprecated pkg_resources module (#28037)
     add c909487db56 Speed up `IntervalWindow` argument construction (#27924)
     add 741790d820f Fetch executor state when call direct runner getState (#28014)
     add 159b6fef53c Port SdkHarness log options to Dataflow legacy runner (#28010)
     add 908c6c0fe10 Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 in /sdks (#28019)
     add 82235741f00 Add back docker prune step between python container pushes (#28033)
     add 6a0f69dfc99 Adds the dependency used by Guava (#28049)
     add bd03c732f6d Fix produce/consume pydoc (#28051)
     add 486778ac5b2 Pin xg boost in docs precommit (#28052)
     add cbe105c7203 Editorial pass on the new Transform service docs
     add c7b79211856 Merge pull request #28053: Editorial pass on the new Transform service docs
     add 5dd484ea234 Add Java IO Direct jobs: JDBC, Jms, Snowflake (#28021)
     add dccf2ef86fd Bump actions/upload-artifact from 2 to 3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2d6a292d70f)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/upload-artifact-3 (dccf2ef86fd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/README.md                        |   3 +
 ....yml => beam_PreCommit_Java_JDBC_IO_Direct.yml} |  27 ++-
 ...t.yml => beam_PreCommit_Java_Jms_IO_Direct.yml} |  27 ++-
 ...=> beam_PreCommit_Java_Snowflake_IO_Direct.yml} |  31 ++-
 .../apache/beam/runners/direct/DirectRunner.java   |   3 +
 .../beam/runners/direct/DirectRunnerTest.java      |  34 +++
 .../options/DataflowWorkerLoggingOptions.java      |   4 +-
 .../logging/DataflowWorkerLoggingInitializer.java  |  39 +++-
 .../DataflowWorkerLoggingInitializerTest.java      |  40 +++-
 sdks/go.mod                                        |   2 +-
 sdks/go.sum                                        |   4 +-
 sdks/java/transform-service/launcher/build.gradle  |   2 +
 sdks/python/apache_beam/io/parquetio.py            |   4 +-
 sdks/python/apache_beam/ml/transforms/base.py      |  31 ++-
 .../runners/dataflow/internal/apiclient.py         |   5 +-
 .../portability/requirements_cache_it_test.py      |   8 +-
 .../apache_beam/runners/portability/stager.py      |   8 +-
 .../apache_beam/tools/microbenchmarks_test.py      |   9 +-
 sdks/python/apache_beam/transforms/window.py       |   6 +-
 sdks/python/container/build.gradle                 |  30 ++-
 sdks/python/setup.py                               | 227 +++++++++++----------
 sdks/python/tox.ini                                |   4 +-
 .../content/en/documentation/programming-guide.md  |  57 +++---
 23 files changed, 390 insertions(+), 215 deletions(-)
 copy .github/workflows/{beam_PreCommit_Java_Amqp_IO_Direct.yml => beam_PreCommit_Java_JDBC_IO_Direct.yml} (78%)
 copy .github/workflows/{beam_PreCommit_Java_Csv_IO_Direct.yml => beam_PreCommit_Java_Jms_IO_Direct.yml} (78%)
 copy .github/workflows/{beam_PreCommit_Java_Cassandra_IO_Direct.yml => beam_PreCommit_Java_Snowflake_IO_Direct.yml} (73%)