This is an automated email from the ASF dual-hosted git repository.
tgroh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from b696435 Merge pull request #5090: Add a ModelCoders class for Coder
Utilities
add d95d3f6 Remove AppliedPTransform methods in WatermarkManager
add 7803753 Add an ExecutableGraph interface
add ed313ae Genericise WatermarkManager and Dependencies
new 20ccd78 Merge pull request #5060: Reduce Usage of AppliedPTransform
Methods in the DirectRunner
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:
.../beam/runners/direct/CommittedResult.java | 12 +-
.../apache/beam/runners/direct/DirectGraph.java | 69 +++++----
.../beam/runners/direct/DirectGraphVisitor.java | 2 +-
.../beam/runners/direct/EvaluationContext.java | 17 +-
...LifecycleManagers.java => ExecutableGraph.java} | 38 +++--
.../beam/runners/direct/QuiescenceDriver.java | 8 +-
.../beam/runners/direct/WatermarkManager.java | 171 ++++++++++-----------
.../beam/runners/direct/CommittedResultTest.java | 10 +-
.../apache/beam/runners/direct/DirectGraphs.java | 10 +-
.../beam/runners/direct/EvaluationContextTest.java | 6 +-
.../beam/runners/direct/WatermarkManagerTest.java | 63 +++++---
11 files changed, 204 insertions(+), 202 deletions(-)
copy
runners/direct-java/src/main/java/org/apache/beam/runners/direct/{DoFnLifecycleManagers.java
=> ExecutableGraph.java} (51%)
--
To stop receiving notification emails like this one, please contact
[email protected].