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 4af1e52 [BEAM-13015] Use a network based channel instead of an
inmemory one which allows us to more faithfully mirror performance/overhead of
the SDK harness.
add 0690953 Merge pull request #15839 from [BEAM-13041][Playground]
Prepare files with java code
No new revisions were added by this update.
Summary of changes:
playground/backend/internal/executors/executor.go | 17 ++-
.../backend/internal/executors/executor_builder.go | 19 +++
.../backend/internal/executors/executor_test.go | 36 ++++--
.../internal/preparators/java_preparators.go | 142 +++++++++++++++++++++
.../internal/preparators/java_preparators_test.go | 102 +++++++++++++++
.../validator.go => preparators/preparator.go} | 9 +-
6 files changed, 308 insertions(+), 17 deletions(-)
create mode 100644 playground/backend/internal/preparators/java_preparators.go
create mode 100644
playground/backend/internal/preparators/java_preparators_test.go
copy playground/backend/internal/{validators/validator.go =>
preparators/preparator.go} (82%)