This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/torch-1.13.1
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 5352932d84e Bump torch
add bbbbe9180b4 [ToB][Frontend] Display hints and solutions (#25020)
add aba17525994 upgrade clickhouse jdbc driver 0.3.2-patch10 (#24424)
add 312cbbde8ff Added documentation for SingleStoreIO (#24377)
add d69dbd8b852 Adding watermark support to DebeziumIO transform (#24757)
add f2594c6ecd5 Moving to 2.46.0-SNAPSHOT on master branch.
add b5540403732 Fix typo in join explanation (#25049)
add 6f87445a88b Add withDefaultHeaders to connection configuration for
ElasticsearchIO
add de21be6e180 Address PR comments, run spotless
add a05a9c0d07a Fix copy/paste error in Javadoc, add example for usage of
withDefaultHeaders
add b50b801c442 Merge pull request #25024 from EgbertW/master
add 3b23290c4a3 Fix error message (add proper spacing) (#25050)
add 95874a70e70 Remove trailing whitespace from blog to fix precommit
(#25055)
add 187ba474fdb improve some errors from DoFnSignature (#25001)
add 69a131341c5 Bump torch (#24977)
add 3707a1f5a63 Bump torch
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 (5352932d84e)
\
N -- N -- N
refs/heads/dependabot/pip/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/torch-1.13.1
(3707a1f5a63)
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:
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 4 +-
gradle.properties | 4 +-
learning/tour-of-beam/frontend/assets/svg/hint.svg | 19 ++
.../assets/svg/{profile-about.svg => solution.svg} | 5 +-
.../frontend/assets/translations/en.yaml | 2 +
.../frontend/lib/assets/assets.gen.dart | 6 +
.../frontend/lib/cache/content_tree.dart | 2 +-
.../tour-of-beam/frontend/lib/constants/sizes.dart | 1 +
.../frontend/lib/models/unit_content.dart | 27 ++-
.../frontend/lib/models/unit_content.g.dart | 3 +
.../frontend/lib/pages/tour/screen.dart | 6 +-
.../frontend/lib/pages/tour/state.dart | 30 ++-
...eteness_indicator.dart => binary_progress.dart} | 4 +-
.../frontend/lib/pages/tour/widgets/content.dart | 94 --------
.../lib/pages/tour/widgets/fraction_progress.dart | 28 ++-
.../lib/pages/tour/widgets/group_title.dart | 19 +-
.../frontend/lib/pages/tour/widgets/hints.dart | 86 +++++++
.../code_builder.dart} | 25 +-
.../tour/widgets/markdown/tob_markdown.dart} | 40 ++--
.../lib/pages/tour/widgets/solution_button.dart | 42 ++--
.../frontend/lib/pages/tour/widgets/unit.dart | 4 +-
.../lib/pages/tour/widgets/unit_content.dart | 216 ++++++++++++++---
.../frontend/lib/pages/welcome/screen.dart | 1 +
learning/tour-of-beam/frontend/pubspec.lock | 9 +-
learning/tour-of-beam/frontend/pubspec.yaml | 2 +-
.../lib/playground_components.dart | 2 +
.../lib/src/constants/sizes.dart | 1 +
.../playground_components/lib/src/theme/theme.dart | 4 +-
.../playground_components/lib/src/util/string.dart | 4 +
sdks/go/pkg/beam/core/core.go | 2 +-
.../sdk/transforms/reflect/DoFnSignatures.java | 13 +-
sdks/java/io/clickhouse/build.gradle | 4 +-
.../beam/sdk/io/clickhouse/ClickHouseIO.java | 51 ++--
.../beam/sdk/io/clickhouse/ClickHouseWriter.java | 51 ++--
.../apache/beam/sdk/io/clickhouse/TableSchema.java | 61 ++---
.../beam/sdk/io/clickhouse/AtomicInsertTest.java | 4 +-
.../beam/sdk/io/clickhouse/BaseClickHouseTest.java | 89 +------
.../beam/sdk/io/clickhouse/TableSchemaTest.java | 5 +-
.../apache/beam/io/debezium/KafkaConnectUtils.java | 13 +
.../beam/io/debezium/KafkaSourceConsumerFn.java | 40 +++-
.../beam/io/debezium/KafkaConnectSchemaTest.java | 11 +
.../io/debezium/KafkaSourceConsumerFnTest.java | 20 +-
.../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 62 ++++-
.../beam/sdk/io/gcp/bigquery/BatchLoads.java | 4 +-
.../anomaly_detection_pipeline/setup.py | 2 +-
sdks/python/apache_beam/version.py | 2 +-
website/www/site/content/en/blog/beam-2.44.0.md | 265 ++++++++++++++-------
.../en/documentation/io/built-in/singlestore.md | 223 +++++++++++++++++
.../site/content/en/documentation/io/connectors.md | 13 +
.../partials/section-menu/en/documentation.html | 4 +-
50 files changed, 1105 insertions(+), 524 deletions(-)
create mode 100644 learning/tour-of-beam/frontend/assets/svg/hint.svg
copy learning/tour-of-beam/frontend/assets/svg/{profile-about.svg =>
solution.svg} (55%)
rename
learning/tour-of-beam/frontend/lib/pages/tour/widgets/{completeness_indicator.dart
=> binary_progress.dart} (95%)
delete mode 100644
learning/tour-of-beam/frontend/lib/pages/tour/widgets/content.dart
copy
playground/frontend/lib/modules/editor/components/pipeline_options_dropdown/pipeline_options_dropdown_separator.dart
=>
learning/tour-of-beam/frontend/lib/pages/tour/widgets/fraction_progress.dart
(61%)
create mode 100644
learning/tour-of-beam/frontend/lib/pages/tour/widgets/hints.dart
copy learning/tour-of-beam/frontend/lib/pages/tour/widgets/{unit_content.dart
=> markdown/code_builder.dart} (78%)
copy learning/tour-of-beam/frontend/lib/{components/login/button.dart =>
pages/tour/widgets/markdown/tob_markdown.dart} (60%)
copy
playground/frontend/playground_components/lib/src/widgets/toggle_theme_button.dart
=> learning/tour-of-beam/frontend/lib/pages/tour/widgets/solution_button.dart
(59%)
create mode 100644
website/www/site/content/en/documentation/io/built-in/singlestore.md