This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/sdks/cloud.google.com/go/bigquery-1.35.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard b0119010cb8 Bump cloud.google.com/go/bigquery from 1.34.1 to 1.35.0 in
/sdks
add 3d8db78984e Split checkStyle from precommit into spotless job (#22203)
add abc8099d71b Allow one to bound the size of output shards when writing
to files. (#22130)
add 821c07f54d6 Bump moment from 2.29.2 to 2.29.4 in
/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel
(#22200)
add da84804bc01 Allow BigQuery TableIds to have space in between (#22167)
add 6e16941d69f Use async as a suffix rather than a prefix for
asynchronous variants. (#22134)
add eb071fa1036 Override log levels after log handler is created (#22191)
add ca7b3b5e91c Remove deprecated unused option in seed job script (#22223)
add 983e5c0c372 Better error for external BigQuery tables. (#22178)
add a8775f0a4ac Try to fix playground workflow (#22226)
add c7e77f92248 Adding VladMatyunin as collaborator (#22239)
add d69b217f0a3 add new pubsub urn
add 029a2e3d5aa Merge pull request #21966: add new pubsub urn
add 4bd44e8a28e Several requests to show experiments in Dataflow UI
add d2212b3f5d5 Merge pull request #22207 from Several requests to show
experiments in UIs.
add be922c9f782 Mark session runner as deprecated (#22242)
add 52753a9c854 Add org.pentaho to calcite relocated packages to fix
vendoring validation.
add 139ca673176 Merge pull request #22228: Add org.pentaho to calcite
relocated packages to fix vendoring validation
add d4d7d93af9c Update google-cloud-core dependency to <3 (#22237)
add cc10d15c92d Move WC integration test to generic registration (#22248)
add 2c8e7eb7a39 Move Xlang Go examples to generic registration (#22249)
add b4c251a15bb Move Go Primitives Integration Tests to Generic
Registration (#22247)
add fa5bcfa3613 Move native Go examples to generic registration (#22245)
add 9cf8cf5abfd Move youngoli to the reviewer exclusion list (#22195)
add 51ed8db8bf0 Bump google.golang.org/api from 0.86.0 to 0.87.0 in /sdks
(#22253)
add ce43a467900 Bump cloud.google.com/go/bigquery from 1.34.1 to 1.35.0 in
/sdks
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 (b0119010cb8)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/bigquery-1.35.0
(ce43a467900)
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:
.asf.yaml | 1 +
.github/REVIEWERS.yml | 4 +-
.github/workflows/playground_deploy_examples.yml | 2 +-
.../jenkins/committers_list_generator/main.py | 1 -
...tCommit_Java_Examples_Dataflow_V2_Java11.groovy | 1 +
...tCommit_Java_Examples_Dataflow_V2_Java17.groovy | 1 +
.test-infra/jenkins/job_PreCommit_Java.groovy | 6 +-
.../job_PreCommit_Java_AWS2_IO_Direct.groovy | 3 +-
.../job_PreCommit_Java_AWS_IO_Direct.groovy | 3 +-
.../job_PreCommit_Java_Debezium_IO_Direct.groovy | 3 +-
.../job_PreCommit_Java_Examples_Dataflow.groovy | 3 +-
..._PreCommit_Java_Examples_Dataflow_Java11.groovy | 2 +
.../job_PreCommit_Java_GCP_IO_Direct.groovy | 3 +-
.../job_PreCommit_Java_JDBC_IO_Direct.groovy | 3 +-
.../job_PreCommit_Java_Kafka_IO_Direct.groovy | 3 +-
.../job_PreCommit_Java_Kinesis_IO_Direct.groovy | 3 +-
.../job_PreCommit_Java_Neo4j_IO_Direct.groovy | 3 +-
.test-infra/jenkins/job_PreCommit_SQL.groovy | 7 +--
.../jenkins/job_PreCommit_SQL_Java11.groovy | 4 +-
.../jenkins/job_PreCommit_SQL_Java17.groovy | 4 +-
.test-infra/jenkins/job_PreCommit_Spotless.groovy | 15 ++++-
..._Precommit_Java_Examples_Dataflow_Java17.groovy | 2 +
.test-infra/jenkins/job_sonarqube_report.groovy | 2 +-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 6 ++
.../beam/model/pipeline/v1/beam_runner_api.proto | 4 ++
sdks/go.mod | 2 +-
sdks/go.sum | 3 +-
.../examples/complete/autocomplete/autocomplete.go | 6 +-
sdks/go/examples/contains/contains.go | 9 +--
.../debugging_wordcount/debugging_wordcount.go | 9 +--
sdks/go/examples/grades/grades.go | 13 ++---
sdks/go/examples/kafka/taxi.go | 4 +-
.../go/examples/large_wordcount/large_wordcount.go | 21 ++++---
sdks/go/examples/multiout/multiout.go | 6 +-
sdks/go/examples/pingpong/pingpong.go | 10 +++-
sdks/go/examples/stringsplit/stringsplit.go | 7 ++-
.../windowed_wordcount/windowed_wordcount.go | 6 +-
sdks/go/examples/wordcount/wordcount.go | 6 +-
sdks/go/examples/xlang/bigquery/wordcount.go | 6 +-
sdks/go/examples/xlang/cogroup_by/cogroup_by.go | 12 ++--
sdks/go/examples/xlang/combine/combine.go | 12 ++--
.../xlang/combine_globally/combine_globally.go | 3 +-
sdks/go/examples/xlang/flatten/flatten.go | 3 +-
sdks/go/examples/xlang/group_by/group_by.go | 12 ++--
sdks/go/examples/xlang/partition/partition.go | 3 +-
sdks/go/examples/xlang/wordcount/wordcount.go | 7 ++-
sdks/go/examples/yatzy/yatzy.go | 8 +--
sdks/go/pkg/beam/runners/session/session.go | 2 +
.../test/integration/primitives/checkpointing.go | 5 +-
sdks/go/test/integration/primitives/drain.go | 17 +++---
sdks/go/test/integration/primitives/pardo.go | 15 ++++-
.../go/test/integration/primitives/window_panes.go | 5 +-
sdks/go/test/integration/primitives/windowinto.go | 12 ++--
sdks/go/test/integration/wordcount/wordcount.go | 7 ++-
.../beam/sdk/options/ExperimentalOptions.java | 1 -
.../sdk/io/gcp/bigquery/BigQuerySourceBase.java | 18 +++++-
sdks/python/apache_beam/io/filebasedsink.py | 39 ++++++++++++-
sdks/python/apache_beam/io/gcp/bigquery.py | 68 +++++++++++++---------
.../apache_beam/io/gcp/bigquery_read_internal.py | 47 +++++++++------
sdks/python/apache_beam/io/gcp/bigquery_tools.py | 7 ++-
.../apache_beam/io/gcp/bigquery_tools_test.py | 11 ++++
sdks/python/apache_beam/io/iobase.py | 12 +++-
sdks/python/apache_beam/io/textio.py | 28 ++++++++-
sdks/python/apache_beam/io/textio_test.py | 42 +++++++++++++
.../apache-beam-jupyterlab-sidepanel/yarn.lock | 6 +-
.../apache_beam/runners/worker/sdk_worker_main.py | 17 +++---
.../runners/worker/sdk_worker_main_test.py | 25 ++++++++
sdks/python/setup.py | 2 +-
.../src/apache_beam/examples/wordcount_sql.ts | 2 +-
.../src/apache_beam/examples/wordcount_textio.ts | 2 +-
.../src/apache_beam/internal/pipeline.ts | 4 +-
sdks/typescript/src/apache_beam/io/avroio.ts | 2 +-
sdks/typescript/src/apache_beam/io/parquetio.ts | 4 +-
sdks/typescript/src/apache_beam/io/pubsub.ts | 4 +-
sdks/typescript/src/apache_beam/io/textio.ts | 12 ++--
sdks/typescript/src/apache_beam/pvalue.ts | 14 ++---
.../src/apache_beam/transforms/external.ts | 2 +-
sdks/typescript/src/apache_beam/transforms/sql.ts | 2 +-
.../src/apache_beam/transforms/transform.ts | 10 ++--
sdks/typescript/test/docs/programming_guide.ts | 2 +-
sdks/typescript/test/io_test.ts | 32 +++++-----
vendor/calcite-1_28_0/build.gradle | 1 +
.../content/en/documentation/programming-guide.md | 4 +-
83 files changed, 502 insertions(+), 238 deletions(-)