This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 155179f  [FLINK-14069] Streamline TimeUtils.TimeUnit.getAllUnits to 
automatically generate description
     add 88a918b  [FLINK-13949][rest] Replace duplicated 
JobVertexDetailsInfo.VertexTaskDetail with SubtaskExecutionAttemptDetailsInfo

No new revisions were added by this update.

Summary of changes:
 docs/_includes/generated/rest_v1_dispatcher.html   |   2 +-
 .../src/test/resources/rest_api_v1.snapshot        |  26 +++--
 .../rest/handler/job/JobVertexDetailsHandler.java  |  51 ++-------
 .../job/SubtaskCurrentAttemptDetailsHandler.java   |  12 +--
 .../job/SubtaskExecutionAttemptDetailsHandler.java |  26 +----
 .../rest/messages/JobVertexDetailsInfo.java        | 115 +--------------------
 .../job/SubtaskExecutionAttemptDetailsInfo.java    |  28 ++++-
 .../rest/messages/JobVertexDetailsInfoTest.java    |   9 +-
 .../recovery/BatchFineGrainedRecoveryITCase.java   |   4 +-
 9 files changed, 64 insertions(+), 209 deletions(-)

Reply via email to