You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2023/02/05 04:31:02 UTC

[beam] branch nightly-refs/heads/master updated (679d30256c6 -> 16cb63be7e0)

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 679d30256c6 Swap setting a context from being on the hot path when we emit elements to only be done during bundle creation and teardown #21250 (#25291)
     add 4e6a3e41aba Basic SchemaTransform implementation for SQLTransform. (#25177)
     add 16cb63be7e0 issue24170 google colab link added (#24820)

No new revisions were added by this update.

Summary of changes:
 .../assets/buttons/reset.svg => assets/colab.svg}  |   8 +-
 playground/frontend/assets/github.svg              |   4 +-
 playground/frontend/assets/translations/en.yaml    |   3 +
 .../components/link_button/colab_button.dart}      |  22 +-
 .../lib/components/link_button/dataset_button.dart |  27 +--
 .../components/link_button/github_button.dart}     |  23 +-
 .../link_button/link_button.dart}                  |  55 +++--
 playground/frontend/lib/l10n/app_en.arb            |   4 -
 .../description_popover/description_popover.dart   |  30 +--
 .../examples/components/example_actions.dart       |  43 ++--
 .../widgets/embedded_actions.dart                  |  58 ++++--
 playground/frontend/lib/src/assets/assets.gen.dart |   2 +
 .../lib/playground_components.dart                 |   1 +
 .../lib/src/models/example.dart                    |   6 +-
 .../lib/src/models/example_base.dart               |   6 +-
 .../example_client/grpc_example_client.dart        |   5 +-
 .../extensions/sql/expansion-service/build.gradle  |   1 +
 .../SqlTransformSchemaTransformProvider.java       | 232 +++++++++++++++++++++
 .../beam/sdk/extensions/sql/SqlTransform.java      |   3 +-
 19 files changed, 424 insertions(+), 109 deletions(-)
 copy playground/frontend/{playground_components/assets/buttons/reset.svg => assets/colab.svg} (59%)
 copy playground/frontend/{playground_components/lib/src/widgets/loading_error.dart => lib/components/link_button/colab_button.dart} (69%)
 copy learning/tour-of-beam/frontend/lib/pages/tour/widgets/content_tree_title.dart => playground/frontend/lib/components/link_button/dataset_button.dart (64%)
 copy playground/frontend/{playground_components/lib/src/widgets/loading_error.dart => lib/components/link_button/github_button.dart} (68%)
 copy playground/frontend/lib/{modules/actions/components/new_example_action.dart => components/link_button/link_button.dart} (54%)
 copy learning/tour-of-beam/frontend/lib/components/builders/sdks.dart => playground/frontend/lib/modules/examples/components/example_actions.dart (52%)
 create mode 100644 sdks/java/extensions/sql/expansion-service/src/main/java/org/apache/beam/sdk/extensions/sql/expansion/SqlTransformSchemaTransformProvider.java