This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 4a9bcfe1d9b Bump actions/checkout from 3 to 4
add d6068ad66b0 Updating Storage API Autosharding documentation to include
that it doesn't work on Runner V2 (#28233)
add 3024ec24006 Better errors when inputs are omitted. (#28289)
add cd65aac2be7 Fix broken link (#28510)
add 6d7c6999a01 Fix building prism in action. (#28509)
add 8871a4e8d2c Remove internal series.append call from frames.py (#28499)
add 71c68ca041d Fix numeric_only logic in frames_test for Pandas 2 (#28422)
add a722740e2cc Support kw only arguments for frame methods for Pandas 2
(#28454)
add d79f537927c Suppress FutureWarnings for Pandas < 2 (#28481)
add 08a97671516 Sets recommended max Xmx 32G when set_recommended_max_xmx
experiment is enabled (#28442)
add 5ffddb82f72 Add PerformanceTests BigQueryIO actions (#28325)
add b23f633efc4 Bump actions/checkout from 3 to 4
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 (4a9bcfe1d9b)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-4 (b23f633efc4)
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 +
...erformanceTests_BigQueryIO_Batch_Java_Avro.yml} | 52 ++++++-------
...erformanceTests_BigQueryIO_Batch_Java_Json.yml} | 52 ++++++-------
...PerformanceTests_BigQueryIO_Streaming_Java.yml} | 52 ++++++-------
.../config_BigQueryIO_Batch_Java_Avro.txt} | 38 ++++-----
.../config_BigQueryIO_Batch_Java_Json.txt} | 38 ++++-----
.../config_BigQueryIO_Streaming_Java.txt} | 39 +++++-----
sdks/go/test/run_validatesrunner_tests.sh | 8 +-
sdks/java/container/boot.go | 14 +++-
sdks/python/apache_beam/dataframe/frame_base.py | 22 ++++--
.../apache_beam/dataframe/frame_base_test.py | 47 +++++++++++-
sdks/python/apache_beam/dataframe/frames.py | 10 ++-
sdks/python/apache_beam/dataframe/frames_test.py | 85 ++++++++++++++++-----
sdks/python/apache_beam/yaml/yaml_provider.py | 89 +++++++++++++++-------
sdks/python/apache_beam/yaml/yaml_transform.py | 84 +++++++++++++++-----
.../apache_beam/yaml/yaml_transform_scope_test.py | 31 +-------
.../python/apache_beam/yaml/yaml_transform_test.py | 47 ++++++++++++
.../apache_beam/yaml/yaml_transform_unit_test.py | 4 +
.../documentation/io/built-in/google-bigquery.md | 4 +
.../en/documentation/sdks/python-dependencies.md | 2 +-
20 files changed, 478 insertions(+), 243 deletions(-)
copy .github/workflows/{beam_PostCommit_Java_ValidatesRunner_Flink.yml =>
beam_PerformanceTests_BigQueryIO_Batch_Java_Avro.yml} (66%)
copy .github/workflows/{beam_PostCommit_Java_ValidatesRunner_Flink.yml =>
beam_PerformanceTests_BigQueryIO_Batch_Java_Json.yml} (66%)
copy .github/workflows/{beam_PostCommit_Java_ValidatesRunner_Flink.yml =>
beam_PerformanceTests_BigQueryIO_Streaming_Java.yml} (66%)
copy
.github/workflows/{load-tests-job-configs/config_CoGBK_Java_Streaming_2GB_MultipleKey.txt
=> performance-tests-job-configs/config_BigQueryIO_Batch_Java_Avro.txt} (56%)
copy
.github/workflows/{load-tests-job-configs/config_CoGBK_Java_Streaming_2GB_MultipleKey.txt
=> performance-tests-job-configs/config_BigQueryIO_Batch_Java_Json.txt} (56%)
copy
.github/workflows/{load-tests-job-configs/config_CoGBK_Java_Streaming_2GB_MultipleKey.txt
=> performance-tests-job-configs/config_BigQueryIO_Streaming_Java.txt} (55%)