This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from a5372e0c92c [FLINK-31170][Docs] The spelling error of the document
word causes sql to fail to execute. This closes #22204
add c132a2fba20 [hotfix] Fix typo
add be05eaff396 [FLINK-31744] Include JobVertex info in sparse EG
add ee912b55f94 [FLINK-31744] Subsume
JobMasterGateway#getMaxParallelismPerVertex
No new revisions were added by this update.
Summary of changes:
.../flink/runtime/dispatcher/Dispatcher.java | 15 ++++-
.../executiongraph/ArchivedExecutionGraph.java | 66 +++++++++++++++++++++-
.../apache/flink/runtime/jobmaster/JobMaster.java | 15 -----
.../flink/runtime/jobmaster/JobMasterGateway.java | 8 ---
.../scheduler/adaptive/AdaptiveScheduler.java | 6 +-
.../flink/runtime/dispatcher/DispatcherTest.java | 28 ++++++---
.../executiongraph/ArchivedExecutionGraphTest.java | 47 +++++++++++++++
.../flink/runtime/jobmaster/JobMasterTest.java | 37 ------------
.../jobmaster/utils/TestingJobMasterGateway.java | 12 ----
.../utils/TestingJobMasterGatewayBuilder.java | 1 -
.../scheduler/adaptive/AdaptiveSchedulerTest.java | 28 +++++++++
11 files changed, 175 insertions(+), 88 deletions(-)