This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 6bd4523 [BEAM-13309] Add BigQueryIO write test case for untriggered
expansion with temp tables
add b8315e5 [BEAM-13370] Deleted unused prints & strings
add cd05896 Merge pull request #16104 from [BEAM-13370] [Playground]
[Bugfix] Fix/delete prints and unused strings.
add 05bc6c1da [BEAM-13329][Playground] Add new API method to get logs of
the code processing
add 5c70115 [BEAM-13329][Playground] added licences to new files
add da6d54f Merge pull request #16094 from [BEAM-13329][Playground] Add
new api method to get logs of code processing
add 4106db6 Fix pylint issues and apply yapf with Beam config
add 54ceff6 fix white spaces
add b7ff0d0 Merge pull request #16108 from [Playground][BEAM-13356] Apply
Style Guide rules to python scripts
add aa60f1b Don't pin a particular version of Tensorflow. (#16102)
add 580f588 [BEAM-12733] Fix failing integration tests for Java
Recommendation AI (#15375)
add bee56a6 [BEAM-13288] improve logging for no rows present error
(#16096)
No new revisions were added by this update.
Summary of changes:
playground/api/v1/api.proto | 13 +
playground/backend/cmd/server/controller.go | 59 ++-
playground/backend/cmd/server/controller_test.go | 109 +++++
playground/backend/internal/api/v1/api.pb.go | 534 +++++++++++++--------
playground/backend/internal/api/v1/api_grpc.pb.go | 38 ++
playground/backend/internal/cache/cache.go | 6 +
.../backend/internal/cache/redis/redis_cache.go | 4 +-
.../internal/code_processing/code_processing.go | 12 +-
.../code_processing/code_processing_test.go | 18 +-
.../backend/internal/utils/system_utils.go | 14 +-
.../backend/internal/utils/system_utils_test.go | 29 +-
.../frontend/lib/api/iis_workaround_channel.dart | 22 +-
playground/frontend/lib/api/v1/api.pb.dart | 232 ++++++++-
playground/frontend/lib/api/v1/api.pbgrpc.dart | 123 +++--
playground/frontend/lib/api/v1/api.pbjson.dart | 49 +-
.../pages/playground/states/playground_state.dart | 2 +-
playground/infrastructure/cd_helper.py | 254 +++++-----
playground/infrastructure/ci_cd.py | 43 +-
playground/infrastructure/ci_helper.py | 109 +++--
playground/infrastructure/config.py | 56 ++-
playground/infrastructure/grpc_client.py | 204 ++++----
playground/infrastructure/helper.py | 493 ++++++++++---------
playground/infrastructure/logger.py | 48 +-
playground/infrastructure/test_cd_helper.py | 117 +++--
playground/infrastructure/test_ci_cd.py | 74 +--
playground/infrastructure/test_ci_helper.py | 15 +-
playground/infrastructure/test_grpc_client.py | 83 ++--
playground/infrastructure/test_helper.py | 323 ++++++++-----
.../ml/RecommendationAICatalogItemIT.java | 34 +-
.../sdk/io/gcp/bigquery/BigQueryServicesImpl.java | 10 +
.../io/gcp/bigquery/BigQueryServicesImplTest.java | 47 ++
.../container/base_image_requirements_manual.txt | 9 +-
.../container/py36/base_image_requirements.txt | 18 +-
.../container/py37/base_image_requirements.txt | 12 +-
.../container/py38/base_image_requirements.txt | 12 +-
35 files changed, 2073 insertions(+), 1152 deletions(-)
copy learning/katas/go/common_transforms/aggregation/min/pkg/task/task.go =>
playground/backend/internal/utils/system_utils.go (73%)
copy sdks/go/pkg/beam/runners/dataflow/dataflow_test.go =>
playground/backend/internal/utils/system_utils_test.go (64%)