This is an automated email from the ASF dual-hosted git repository.
mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from e9cd938 Merge pull request #10870 from y1chi/BEAM-9263
add 8a50be9 Update Jet version to 4.0
add 650e268 Update Jet Runner web page with info about 4.0
add c3c0509 Add Beam-Jet compatibility table
new cf7ca7c Merge pull request #11273: [BEAM-9654] Update Jet Runner to
Jet version 4.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
runners/jet/build.gradle | 6 +-
.../org/apache/beam/runners/jet/DAGBuilder.java | 4 +-
.../beam/runners/jet/JetPipelineOptions.java | 4 +-
.../apache/beam/runners/jet/JetPipelineResult.java | 4 +-
.../org/apache/beam/runners/jet/JetRunner.java | 12 +--
.../beam/runners/jet/JetTransformTranslators.java | 2 +-
.../beam/runners/jet/metrics/JetMetricResults.java | 8 +-
.../runners/jet/metrics/JetMetricsContainer.java | 4 +-
.../runners/jet/processors/AbstractParDoP.java | 7 +-
.../beam/runners/jet/processors/AssignWindowP.java | 2 +-
.../runners/jet/processors/BoundedSourceP.java | 2 +-
.../beam/runners/jet/processors/FlattenP.java | 2 +-
.../beam/runners/jet/processors/ImpulseP.java | 2 +-
.../runners/jet/processors/UnboundedSourceP.java | 2 +-
.../apache/beam/runners/jet/processors/ViewP.java | 2 +-
.../beam/runners/jet/processors/WindowGroupP.java | 2 +-
.../beam/runners/jet/JetTestRunnerRegistrar.java | 6 +-
.../org/apache/beam/runners/jet/TestJetRunner.java | 10 ++-
website/src/_sass/_toggler-nav.scss | 4 +
website/src/documentation/runners/jet.md | 98 ++++++++++++++++++----
website/src/js/language-switch.js | 7 +-
21 files changed, 137 insertions(+), 53 deletions(-)