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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 761aa7f06b5 Initial pass at modernizing the Runner author guide. 
(#27632)
     add 8cfd30875f8 Revert #27878 (#27968)
     add ed50cbd3f24 Add Java IO Direct jobs: Redis, Solr, Splunk, Thrift, Tika 
(#27964)
     add 234d0cdf6e3 Add Java IO Direct jobs: Amqp, Azure, Cassandra, 
Clickhouse, Csv (#27953)
     add 00f3b77be43 Bump setup-chromedriver to v2 (#27973)
     add 2a2a831eeaf Move beam website to most recent Hugo release (v0.117.0) 
(#27974)
     add 03c41433591 [Website] add octo case-study
     add 38e11d21a8b Merge pull request #27967 from 
akvelon/website-octo-case-study
     add f681708ffc1 Fix typos in release download links. (#27980)
     add a5f1347699a Add ability to run per key inference (#27857)
     add 3f09b0f11a9 Remove invalid verify release action. (#27981)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/README.md                        |   10 +
 ...eCommit_Java_Amazon-Web-Services2_IO_Direct.yml |    2 +-
 ...reCommit_Java_Amazon-Web-Services_IO_Direct.yml |    2 +-
 ....yml => beam_PreCommit_Java_Amqp_IO_Direct.yml} |   47 +-
 ...yml => beam_PreCommit_Java_Azure_IO_Direct.yml} |   29 +-
 ...=> beam_PreCommit_Java_Cassandra_IO_Direct.yml} |   47 +-
 ...> beam_PreCommit_Java_Clickhouse_IO_Direct.yml} |   47 +-
 ...t.yml => beam_PreCommit_Java_Csv_IO_Direct.yml} |   47 +-
 ...yml => beam_PreCommit_Java_Redis_IO_Direct.yml} |   47 +-
 ....yml => beam_PreCommit_Java_Solr_IO_Direct.yml} |   47 +-
 ...ml => beam_PreCommit_Java_Splunk_IO_Direct.yml} |   47 +-
 ...ml => beam_PreCommit_Java_Thrift_IO_Direct.yml} |   47 +-
 ....yml => beam_PreCommit_Java_Tika_IO_Direct.yml} |   47 +-
 .github/workflows/playground_frontend_test.yml     |    2 +-
 .github/workflows/tour_of_beam_frontend_test.yml   |    2 +-
 .github/workflows/verify_release_build.yml         |   81 -
 CHANGES.md                                         |    1 -
 .../assets/symbols/python.g.yaml                   |    8 +
 .../examples/complete/game/user_score.py           |    1 -
 sdks/python/apache_beam/internal/gcp/auth.py       |    7 +-
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |    4 +-
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   |    4 -
 .../apache_beam/io/gcp/bigquery_tools_test.py      |   18 +
 sdks/python/apache_beam/io/gcp/gcsfilesystem.py    |   33 +-
 .../apache_beam/io/gcp/gcsfilesystem_test.py       |   17 +-
 sdks/python/apache_beam/io/gcp/gcsio.py            |  631 +++--
 .../apache_beam/io/gcp/gcsio_integration_test.py   |  180 +-
 sdks/python/apache_beam/io/gcp/gcsio_overrides.py  |   55 +
 sdks/python/apache_beam/io/gcp/gcsio_test.py       |  886 +++++--
 .../io/gcp/internal/clients/storage/__init__.py    |   33 +
 .../internal/clients/storage/storage_v1_client.py  | 1517 +++++++++++
 .../clients/storage/storage_v1_messages.py         | 2714 ++++++++++++++++++++
 sdks/python/apache_beam/ml/inference/base.py       |  348 ++-
 sdks/python/apache_beam/ml/inference/base_test.py  |   65 +
 .../options/pipeline_options_validator_test.py     |    1 -
 .../runners/dataflow/internal/apiclient.py         |   65 +-
 .../apache_beam/runners/interactive/utils.py       |   26 +-
 .../apache_beam/runners/interactive/utils_test.py  |   41 +-
 .../runners/portability/sdk_container_builder.py   |   41 +-
 .../container/py310/base_image_requirements.txt    |    2 +-
 .../container/py311/base_image_requirements.txt    |    2 +-
 .../container/py38/base_image_requirements.txt     |    2 +-
 .../container/py39/base_image_requirements.txt     |    2 +-
 sdks/python/mypy.ini                               |    3 +
 sdks/python/setup.py                               |    1 -
 website/Dockerfile                                 |   12 +-
 website/www/site/content/en/case-studies/octo.md   |  183 ++
 .../www/site/content/en/get-started/downloads.md   |   16 +-
 website/www/site/data/en/quotes.yaml               |    5 +
 .../images/case-study/octo/florian-bastin.jpg      |  Bin 0 -> 134903 bytes
 .../images/case-study/octo/godefroy-clair.png      |  Bin 0 -> 2265658 bytes
 .../images/case-study/octo/leo-babonnaud.jpg       |  Bin 0 -> 62589 bytes
 .../static/images/case-study/octo/scheme-14.png    |  Bin 0 -> 43419 bytes
 .../site/static/images/logos/powered-by/octo.png   |  Bin 0 -> 4294 bytes
 54 files changed, 6394 insertions(+), 1081 deletions(-)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Amqp_IO_Direct.yml} (65%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Azure_IO_Direct.yml} (76%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Cassandra_IO_Direct.yml} (65%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Clickhouse_IO_Direct.yml} (65%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Csv_IO_Direct.yml} (65%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Redis_IO_Direct.yml} (65%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Solr_IO_Direct.yml} (65%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Splunk_IO_Direct.yml} (65%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Thrift_IO_Direct.yml} (65%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Tika_IO_Direct.yml} (65%)
 delete mode 100644 .github/workflows/verify_release_build.yml
 create mode 100644 sdks/python/apache_beam/io/gcp/gcsio_overrides.py
 create mode 100644 
sdks/python/apache_beam/io/gcp/internal/clients/storage/__init__.py
 create mode 100644 
sdks/python/apache_beam/io/gcp/internal/clients/storage/storage_v1_client.py
 create mode 100644 
sdks/python/apache_beam/io/gcp/internal/clients/storage/storage_v1_messages.py
 create mode 100644 website/www/site/content/en/case-studies/octo.md
 create mode 100644 
website/www/site/static/images/case-study/octo/florian-bastin.jpg
 create mode 100644 
website/www/site/static/images/case-study/octo/godefroy-clair.png
 create mode 100644 
website/www/site/static/images/case-study/octo/leo-babonnaud.jpg
 create mode 100644 website/www/site/static/images/case-study/octo/scheme-14.png
 create mode 100644 website/www/site/static/images/logos/powered-by/octo.png

Reply via email to