This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 39bd3a4 Merge pull request #15886: [BEAM-13056] Expose FieldAccess in
DoFnSchemaInformation
add 57e331b Merge pull request #15804 from [BEAM-13109][Playground] Add
processing of timeout for RunCode API method
No new revisions were added by this update.
Summary of changes:
playground/api/v1/api.proto | 16 +-
playground/backend/cmd/server/controller.go | 131 +++++++++++---
playground/backend/cmd/server/controller_test.go | 19 ++-
playground/backend/cmd/server/server.go | 3 +
playground/backend/internal/api/v1/api.pb.go | 189 +++++++++++----------
.../environment/environment_service_test.go | 8 +-
playground/backend/internal/executors/executor.go | 31 ++--
.../backend/internal/executors/executor_test.go | 5 +-
playground/frontend/lib/api/v1/api.pbenum.dart | 18 +-
playground/frontend/lib/api/v1/api.pbgrpc.dart | 9 +-
playground/frontend/lib/api/v1/api.pbjson.dart | 18 +-
11 files changed, 294 insertions(+), 153 deletions(-)