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 7eb0e95  (commit)
      to 2438286  (commit)
    from 7eb0e95  Merge pull request #13163 from ajamato/bq_api_metrics_protos
     add b3c46ac  Populate sideinput for SDF.
     add c0a7e66  Merge pull request #13173 from boyuanzz/sdf_sideinput
     add 05e3dd0  [BEAM-9547] More complete indexing capabilities. (#13122)
     add 037b2ca  [BEAM-11111] Fix website publish to use stable directory so 
that .git directory can be found.
     add c9b7d91  Merge pull request #13179 from lukecwik/beam11111
     add 707456b  Fix nil pointer exception in `graphx.Marshal` (#13178)
     add 437f7e5  [BEAM-9682] Add assign timestamp lesson to Go SDK katas 
(#13129)
     add 3dab11a  Add blog post for Apache Beam 2.25.0.
     add 666094a  Merge pull request #13131 from robinyqiu/release-blog
     add e575bd7  [BEAM-11108] Add a Size method to all Go SDK filesystems.
     add ec1d917  Merge pull request #13174: [BEAM-11108] Add a Size method to 
all Go SDK filesystems.
     add ef2cbc8  Add missing . to headings to match other headings.
     add f14cb01  Merge pull request #13181 from lukecwik/beam11111
     add ee461da  Move pymongo out of the optional header
     add 8c67473  Merge pull request #13168 from apache/aaltay-patch-1
     add e9ad7ab  [BEAM-11117] Clarify 'execution of work' messages (#13186)
     add e2daa4d  [BEAM-11114] BigQueryServicesImpl.isTableEmpty uses 
jobs.query API
     add 56e9ce2  Merge pull request #13184: [BEAM-11114] 
BigQueryServicesImpl.isTableEmpty uses jobs.query API
     add 86f18a8  Update Beam website to release 2.25.0.
     add 2438286  Merge pull request #13130 from robinyqiu/release-doc

No new revisions were added by this update.

Summary of changes:
 .test-infra/metrics/build.gradle                   |  2 +-
 CHANGES.md                                         |  2 +-
 learning/katas/go/course-remote-info.yaml          |  2 +-
 .../adding_timestamp}/lesson-info.yaml             |  2 +-
 .../adding_timestamp/lesson-remote-info.yaml       |  3 +
 .../pardo}/cmd/main.go                             | 15 ++--
 .../adding_timestamp/pardo/pkg/common/data.go      | 51 ++++++++++++
 .../adding_timestamp/pardo}/pkg/task/task.go       | 13 ++-
 .../adding_timestamp/pardo}/task-info.yaml         |  8 +-
 .../adding_timestamp/pardo/task-remote-info.yaml   |  2 +
 .../windowing/adding_timestamp/pardo}/task.md      | 22 +++---
 .../adding_timestamp/pardo}/test/task_test.go      | 16 ++--
 .../fixed_time_window/lesson-remote-info.yaml      |  2 +-
 learning/katas/go/windowing/section-info.yaml      |  1 +
 .../core/construction/graph/QueryablePipeline.java |  6 +-
 .../dataflow/worker/StreamingDataflowWorker.java   | 25 +++---
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  4 +
 sdks/go/pkg/beam/io/filesystem/filesystem.go       |  2 +
 sdks/go/pkg/beam/io/filesystem/gcs/gcs.go          | 15 ++++
 sdks/go/pkg/beam/io/filesystem/local/local.go      | 20 ++++-
 sdks/go/pkg/beam/io/filesystem/memfs/memory.go     | 18 ++++-
 .../go/pkg/beam/io/filesystem/memfs/memory_test.go | 20 +++++
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  | 22 ++++--
 sdks/python/apache_beam/dataframe/frames.py        | 92 ++++++++++++++++++++--
 sdks/python/apache_beam/dataframe/frames_test.py   | 21 +++++
 .../apache_beam/dataframe/pandas_doctests_test.py  |  5 --
 sdks/python/container/base_image_requirements.txt  |  2 +-
 website/build.gradle                               |  4 +-
 website/www/site/config.toml                       |  2 +-
 .../content/en/documentation/programming-guide.md  | 34 ++++----
 .../www/site/content/en/get-started/downloads.md   |  8 ++
 website/www/site/static/.htaccess                  |  2 +-
 website/www/site/static/beam-2.25.0.md             | 85 ++++++++++++++++++++
 33 files changed, 436 insertions(+), 92 deletions(-)
 copy learning/katas/go/{io/textio => 
windowing/adding_timestamp}/lesson-info.yaml (99%)
 create mode 100644 
learning/katas/go/windowing/adding_timestamp/lesson-remote-info.yaml
 copy learning/katas/go/windowing/{fixed_time_window/fixed_time_window => 
adding_timestamp/pardo}/cmd/main.go (76%)
 create mode 100644 
learning/katas/go/windowing/adding_timestamp/pardo/pkg/common/data.go
 copy learning/katas/go/{core_transforms/combine/simple_function => 
windowing/adding_timestamp/pardo}/pkg/task/task.go (71%)
 copy learning/katas/go/{common_transforms/aggregation/count => 
windowing/adding_timestamp/pardo}/task-info.yaml (92%)
 create mode 100644 
learning/katas/go/windowing/adding_timestamp/pardo/task-remote-info.yaml
 copy learning/katas/{java/Windowing/Adding Timestamp/WithTimestamps => 
go/windowing/adding_timestamp/pardo}/task.md (56%)
 copy learning/katas/go/{common_transforms/aggregation/mean => 
windowing/adding_timestamp/pardo}/test/task_test.go (69%)
 create mode 100644 website/www/site/static/beam-2.25.0.md

Reply via email to