You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/10/31 19:26:46 UTC

[beam] branch master updated (a443df127a9 -> 9f33da1f3f1)

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 a443df127a9 Merge pull request #23891: Fix Beam Sql Calcite Util does not support CHAR, VARCHAR, BINARY, VARBINARY
     add 9f33da1f3f1 [Playground] [Backend] Update playground cache component to increase fault tolerance (#23461)

No new revisions were added by this update.

Summary of changes:
 playground/backend/README.md                       |   1 +
 playground/backend/cmd/server/controller.go        |   6 +-
 .../backend/internal/components/cache_component.go | 128 +++++++++++++--------
 .../internal/components/cache_component_test.go    |   8 +-
 .../internal/db/mapper/datastore_mapper_test.go    |   2 +-
 .../db/schema/migration/migrations_test.go         |   2 +-
 .../backend/internal/environment/application.go    |  11 +-
 .../internal/environment/environment_service.go    |  36 +++---
 .../environment/environment_service_test.go        |  14 +--
 9 files changed, 125 insertions(+), 83 deletions(-)