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

[beam] branch beam23889 updated (8ec393a775c -> 99560947d87)

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a change to branch beam23889
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 8ec393a775c Fix pointer handling for schema registration and logical types.
 discard 47e4ad0695a Add CHANGES.md line for fix.
 discard e45e366e33a Ensure iterated and emitted types are registered.
     add 3650229d26a Fixing branch verification for Run RC Validation and Verify Release Build workflows. (#23703)
     add e5298318a11 Fix link in `basics` (#23399)
     add abb932e97ab Add brief descriptions about end-to-end ML Pipelines (#23880)
     add 1e72e60b5d4 Disable `optimizeOuterThis` when building with JDK > 8 (#23902)
     add 2d319316282 Fix Beam Sql does not support CHAR, VARCHAR, BINARY, VARBINARY
     add 1cc5e4ba433 Remove debug leftover
     add 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)
     add d4fd174917d Upgrade Akvelon editor (#23415) (#23900)
     add e808182d7b8 [Website] update additional case studies layout and scss (#23555)
     add 68aee2f7889 [Website] add shuffle to logos (#23847)
     add ad40c3cadfa Ensure iterated and emitted types are registered.
     add 30b384aa916 Add CHANGES.md line for fix.
     add 99560947d87 Fix pointer handling for schema registration and logical types.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8ec393a775c)
            \
             N -- N -- N   refs/heads/beam23889 (99560947d87)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/run_rc_validation.yml            |   3 +-
 .github/workflows/verify_release_build.yml         |   5 +-
 CHANGES.md                                         |  20 +++-
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   3 +
 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 +--
 .../lib/src/controllers/playground_controller.dart |  48 ++++----
 .../controllers/snippet_editing_controller.dart    |  11 +-
 .../frontend/playground_components/pubspec.yaml    |   2 +-
 playground/frontend/pubspec.lock                   |   2 +-
 scripts/ci/ci_check_git_branch.sh                  |  18 +--
 .../sdk/extensions/sql/impl/rel/BeamCalcRel.java   |  25 +++-
 .../extensions/sql/impl/utils/CalciteUtils.java    |   7 ++
 .../sdk/extensions/sql/BeamComplexTypeTest.java    | 107 ++++++++++++-----
 ...hor-content-jump-fix.js => shuffle-elements.js} |  14 ++-
 website/www/site/assets/scss/_case_study.scss      |   9 ++
 .../www/site/content/en/case-studies/akvelon.md    |   2 +-
 .../www/site/content/en/documentation/basics.md    |   2 +-
 .../site/content/en/documentation/ml/overview.md   |   6 +-
 website/www/site/layouts/case-studies/list.html    |  26 +++--
 27 files changed, 346 insertions(+), 172 deletions(-)
 mode change 100644 => 100755 scripts/ci/ci_check_git_branch.sh
 copy website/www/site/assets/js/{anchor-content-jump-fix.js => shuffle-elements.js} (61%)