This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from d72fdecfa3f [BigQueryIO] Don't update schema of destination table when
no schema is provided (#24700)
add ffdd8d47b78 [Playground] Python multifile examples (#24751)
No new revisions were added by this update.
Summary of changes:
build.gradle.kts | 5 +
.../katas/python/IO/TextIO/ReadFromText/task.py | 4 +-
.../Streaming/Triggers/Early Triggers/task.py | 4 +-
.../Streaming/Triggers/Event Time Triggers/task.py | 20 +-
.../Triggers/Window Accumulation Modes/task.py | 4 +-
playground/api/v1/api.proto | 4 +-
playground/backend/cmd/server/controller.go | 52 +-
playground/backend/cmd/server/controller_test.go | 48 +-
playground/backend/internal/api/v1/api.pb.go | 863 +++++++++++----------
.../code_processing/code_processing_test.go | 20 +-
.../backend/internal/db/datastore/datastore_db.go | 53 +-
.../internal/db/datastore/datastore_db_test.go | 48 +-
playground/backend/internal/db/db.go | 2 +-
playground/backend/internal/db/entity/common.go | 25 -
playground/backend/internal/db/entity/snippet.go | 5 +
playground/backend/internal/fs_tool/fs.go | 18 +-
playground/backend/internal/fs_tool/fs_test.go | 4 +-
.../internal/preparers/java_preparers_test.go | 7 +-
.../setup_tools/life_cycle/life_cycle_setuper.go | 5 +-
.../life_cycle/life_cycle_setuper_test.go | 5 +-
.../backend/internal/tests/test_data/test_data.go | 31 +-
playground/buf.gen.yaml | 6 +
.../lib/src/api/v1/api.pb.dart | 16 +
.../lib/src/api/v1/api.pbjson.dart | 6 +-
playground/infrastructure/api/v1/api_pb2.py | 620 +++------------
playground/infrastructure/api/v1/api_pb2.pyi | 378 +++++++++
playground/infrastructure/api/v1/api_pb2_grpc.py | 293 ++++---
playground/infrastructure/ci_cd.py | 3 -
playground/infrastructure/conftest.py | 34 +-
playground/infrastructure/datastore_client.py | 42 +-
playground/infrastructure/grpc_client.py | 10 +-
playground/infrastructure/helper.py | 33 +-
playground/infrastructure/models.py | 52 +-
playground/infrastructure/requirements.txt | 7 +-
playground/infrastructure/test_ci_cd.py | 2 +-
playground/infrastructure/test_datastore_client.py | 12 +-
playground/infrastructure/test_helper.py | 83 +-
playground/infrastructure/test_utils.py | 3 +-
.../examples/complete/game/user_score.py | 5 +-
39 files changed, 1593 insertions(+), 1239 deletions(-)
delete mode 100644 playground/backend/internal/db/entity/common.go
create mode 100644 playground/infrastructure/api/v1/api_pb2.pyi