This is an automated email from the ASF dual-hosted git repository.
huweihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 55162dcc5cc [FLINK-33262][table-api] Extend source provider interfaces
with the new parallelism provider interface
add f77dbdfd0c7 [FLINK-33147] Introduce endpoint field in REST API and
deprecate host field (#23465)
No new revisions were added by this update.
Summary of changes:
.../shortcodes/generated/rest_v1_dispatcher.html | 27 +++++++++++++
docs/static/generated/rest_v1_dispatcher.yml | 14 +++++++
.../src/test/resources/rest_api_v1.snapshot | 27 +++++++++++++
.../rest/handler/job/JobExceptionsHandler.java | 14 ++-----
.../handler/job/JobVertexTaskManagersHandler.java | 27 +++++++------
.../job/SubtasksAllAccumulatorsHandler.java | 6 ++-
.../rest/handler/job/SubtasksTimesHandler.java | 5 ++-
.../runtime/rest/messages/JobExceptionsInfo.java | 21 +++++++++-
.../messages/JobExceptionsInfoWithHistory.java | 47 +++++++++++++++++++---
.../rest/messages/JobVertexTaskManagersInfo.java | 10 ++++-
.../runtime/rest/messages/SubtasksTimesInfo.java | 11 ++++-
.../job/SubtaskExecutionAttemptDetailsInfo.java | 22 ++++++++--
.../messages/job/SubtasksAllAccumulatorsInfo.java | 11 ++++-
.../exceptionhistory/ExceptionHistoryEntry.java | 4 ++
.../runtime/taskmanager/TaskManagerLocation.java | 9 +++++
.../SubtaskCurrentAttemptDetailsHandlerTest.java | 1 +
.../SubtaskExecutionAttemptDetailsHandlerTest.java | 1 +
.../messages/AggregatedTaskDetailsInfoTest.java | 1 +
.../JobExceptionsInfoWithHistoryNoRootTest.java | 2 +
.../rest/messages/JobVertexDetailsInfoTest.java | 4 ++
.../messages/JobVertexTaskManagersInfoTest.java | 1 +
.../rest/messages/SubtasksTimesInfoTest.java | 9 +++--
.../SubtaskExecutionAttemptDetailsInfoTest.java | 1 +
.../job/SubtasksAllAccumulatorsInfoTest.java | 2 +-
24 files changed, 230 insertions(+), 47 deletions(-)