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 dbc4534 Merge pull request #15598 from [BEAM-12000] Remove encoding=
from the json.loads call.
new d4d6cf0 Init basic go backend structure
new 1f30537 Add .gitkeep file as an exclusion
new a25162d Merge pull request #15579 from [BEAM-12952] Create initial
structure for backend application
The 33071 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.gradle.kts | 1 +
.../backend/cmd/server/server.go | 10 ++++++++--
.../backend/containers/go/Dockerfile | 5 +----
.../backend/containers/java/Dockerfile | 5 +----
.../graphx/v1/gen.go => playground/backend/go.mod | 4 ++--
playground/backend/pkg/api/.gitkeep | 0
.../backend/pkg/executors/executor.go | 23 +++++++++++-----------
.../backend/pkg/executors/goexecutor.go | 19 +++++++++++-------
.../backend/pkg/executors/javaexecutor.go | 19 +++++++++---------
playground/backend/test/.gitkeep | 0
10 files changed, 47 insertions(+), 39 deletions(-)
copy sdks/go/pkg/beam/core/runtime/graphx/v1/gen.go =>
playground/backend/cmd/server/server.go (86%)
copy sdks/java/container/license_scripts/requirement.txt =>
playground/backend/containers/go/Dockerfile (91%)
copy sdks/java/container/license_scripts/requirement.txt =>
playground/backend/containers/java/Dockerfile (91%)
copy sdks/go/pkg/beam/core/runtime/graphx/v1/gen.go =>
playground/backend/go.mod (89%)
create mode 100644 playground/backend/pkg/api/.gitkeep
copy learning/katas/go/core_transforms/combine/combine_perkey/pkg/task/task.go
=> playground/backend/pkg/executors/executor.go (63%)
copy learning/katas/go/core_transforms/map/pardo/pkg/task/task.go =>
playground/backend/pkg/executors/goexecutor.go (72%)
copy learning/katas/go/core_transforms/map/pardo_struct/pkg/task/task.go =>
playground/backend/pkg/executors/javaexecutor.go (71%)
create mode 100644 playground/backend/test/.gitkeep